Merge pull request #2612 from DarkLordZach/prepo-new

prepo: Implement New, System, and Non-User variants of SaveReport
This commit is contained in:
David
2019-09-22 11:49:36 +10:00
committed by GitHub
5 changed files with 99 additions and 30 deletions

View File

@ -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);