summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
authorGravatar David2019-09-22 11:49:36 +1000
committerGravatar GitHub2019-09-22 11:49:36 +1000
commita1b8e5d09a3a38f7d29c2d10985a444dde4faea8 (patch)
tree317c2d3ddd68449722c4c3f3f32273e07e49d953 /src/core/hle/service/service.cpp
parentMerge pull request #2430 from DarkLordZach/fs-controller (diff)
parentprepo: Remove system global accessors (diff)
downloadyuzu-a1b8e5d09a3a38f7d29c2d10985a444dde4faea8.tar.gz
yuzu-a1b8e5d09a3a38f7d29c2d10985a444dde4faea8.tar.xz
yuzu-a1b8e5d09a3a38f7d29c2d10985a444dde4faea8.zip
Merge pull request #2612 from DarkLordZach/prepo-new
prepo: Implement New, System, and Non-User variants of SaveReport
Diffstat (limited to 'src/core/hle/service/service.cpp')
-rw-r--r--src/core/hle/service/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 454387467..906fdc415 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -241,7 +241,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) {
241 PCIe::InstallInterfaces(*sm); 241 PCIe::InstallInterfaces(*sm);
242 PCTL::InstallInterfaces(*sm); 242 PCTL::InstallInterfaces(*sm);
243 PCV::InstallInterfaces(*sm); 243 PCV::InstallInterfaces(*sm);
244 PlayReport::InstallInterfaces(*sm); 244 PlayReport::InstallInterfaces(system);
245 PM::InstallInterfaces(system); 245 PM::InstallInterfaces(system);
246 PSC::InstallInterfaces(*sm); 246 PSC::InstallInterfaces(*sm);
247 PSM::InstallInterfaces(*sm); 247 PSM::InstallInterfaces(*sm);