Merge pull request #2651 from DarkLordZach/apm-boost-mode-1

apm: Initial implementation of performance config and boost mode
This commit is contained in:
bunnei 2019-07-07 21:40:30 -04:00 committed by GitHub
commit 7b28f954c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 258 additions and 57 deletions

View file

@ -205,7 +205,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);