Merge pull request #2548 from DarkLordZach/applet-shopn

applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets
This commit is contained in:
bunnei 2019-06-26 15:55:24 -04:00 committed by GitHub
commit 5829ba1ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 889 additions and 128 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);
Audio::InstallInterfaces(*sm);