2026-09-26 10:30:39

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-26 10:30:39 +00:00
committed by crueter
parent 5e35e8a9fe
commit 37a43fdb99
2 changed files with 25 additions and 14 deletions
+2
View File
@@ -14,6 +14,7 @@
#include "core/hle/service/psc/time/service_manager.h"
#include "core/hle/service/psc/time/static.h"
#include "core/hle/service/service.h"
#include "core/hle/service/cmif_serialization.h"
namespace Service::PSC {
@@ -109,6 +110,7 @@ public:
explicit IPmService(Core::System& system_) : ServiceFramework{system_, "psc:m"} {}
~IPmService() override = default;
private:
Result GetPmModule(Out<SharedPointer<IPmModule>> out_module) {
LOG_DEBUG(Service_PSC, "called");
*out_module = std::make_shared<IPmModule>(system);