Merge pull request #2611 from DarkLordZach/pm-info-cmd

pm: Implement various pm commands for finding process and title IDs
This commit is contained in:
bunnei 2019-07-10 16:28:29 -04:00 committed by GitHub
commit 463af08bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 116 additions and 16 deletions

View file

@ -241,7 +241,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) {
PCTL::InstallInterfaces(*sm);
PCV::InstallInterfaces(*sm);
PlayReport::InstallInterfaces(*sm);
PM::InstallInterfaces(*sm);
PM::InstallInterfaces(system);
PSC::InstallInterfaces(*sm);
PSM::InstallInterfaces(*sm);
Set::InstallInterfaces(*sm);