am: Implement SetCpuBoostMode in terms of APM

This commit is contained in:
Zach Hilman
2019-06-28 22:46:51 -04:00
parent e2ad3e1fb0
commit 7e5d7773cc
5 changed files with 26 additions and 13 deletions

View File

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