summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-09-21 19:14:15 -0400
committerGravatar Zach Hilman2019-09-21 19:17:45 -0400
commit8dd2e914272da5e347da0921bad2829cbc596c92 (patch)
tree3e48384cc14c519c874e8a376befc92a6902b0f6 /src/core/hle/service/service.cpp
parentprepo: Implement SaveReport New and System variants (diff)
downloadyuzu-8dd2e914272da5e347da0921bad2829cbc596c92.tar.gz
yuzu-8dd2e914272da5e347da0921bad2829cbc596c92.tar.xz
yuzu-8dd2e914272da5e347da0921bad2829cbc596c92.zip
prepo: Remove system global accessors
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 3a0f8c3f6..59cdcf165 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -240,7 +240,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) {
240 PCIe::InstallInterfaces(*sm); 240 PCIe::InstallInterfaces(*sm);
241 PCTL::InstallInterfaces(*sm); 241 PCTL::InstallInterfaces(*sm);
242 PCV::InstallInterfaces(*sm); 242 PCV::InstallInterfaces(*sm);
243 PlayReport::InstallInterfaces(*sm); 243 PlayReport::InstallInterfaces(system);
244 PM::InstallInterfaces(system); 244 PM::InstallInterfaces(system);
245 PSC::InstallInterfaces(*sm); 245 PSC::InstallInterfaces(*sm);
246 PSM::InstallInterfaces(*sm); 246 PSM::InstallInterfaces(*sm);