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 01ff38cca8
commit 3c4238657d
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);