applets: Pass current process title ID to applets

Avoids using system accessor to get current process in applet code.
This commit is contained in:
Zach Hilman
2019-06-06 19:46:36 -04:00
parent 071ebd70fe
commit 6592b3d8a4
11 changed files with 59 additions and 41 deletions

View File

@@ -204,7 +204,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system,
SM::ServiceManager::InstallInterfaces(sm);
Account::InstallInterfaces(system);
AM::InstallInterfaces(*sm, nv_flinger);
AM::InstallInterfaces(*sm, nv_flinger, system);
AOC::InstallInterfaces(*sm);
APM::InstallInterfaces(*sm);
ARP::InstallInterfaces(*sm);