diff options
| author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-09-22 11:49:36 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-22 11:49:36 +1000 |
| commit | a1b8e5d09a3a38f7d29c2d10985a444dde4faea8 (patch) | |
| tree | 317c2d3ddd68449722c4c3f3f32273e07e49d953 /src/core/hle/service/service.cpp | |
| parent | c9ccdfbeac21ddd74d3cc79e8ef2c8d82f3d4efd (diff) | |
| parent | 8dd2e914272da5e347da0921bad2829cbc596c92 (diff) | |
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.cpp | 2 |
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) { PCIe::InstallInterfaces(*sm); PCTL::InstallInterfaces(*sm); PCV::InstallInterfaces(*sm); - PlayReport::InstallInterfaces(*sm); + PlayReport::InstallInterfaces(system); PM::InstallInterfaces(system); PSC::InstallInterfaces(*sm); PSM::InstallInterfaces(*sm); |
