summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2019-06-26 15:55:24 -0400
committerGravatar GitHub2019-06-26 15:55:24 -0400
commit5829ba1ccc18c083a4d2a6e42ad27ebe1c6fbac8 (patch)
tree63d9887d2160fe6064f1d2b09b09553c4c8d9fce /src/core/hle/service/service.cpp
parentMerge pull request #2607 from DarkLordZach/arp-1 (diff)
parentapplets: Pass current process title ID to applets (diff)
downloadyuzu-5829ba1ccc18c083a4d2a6e42ad27ebe1c6fbac8.tar.gz
yuzu-5829ba1ccc18c083a4d2a6e42ad27ebe1c6fbac8.tar.xz
yuzu-5829ba1ccc18c083a4d2a6e42ad27ebe1c6fbac8.zip
Merge pull request #2548 from DarkLordZach/applet-shopn
applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets
Diffstat (limited to 'src/core/hle/service/service.cpp')
-rw-r--r--src/core/hle/service/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index beae9c510..ec9d755b7 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -204,7 +204,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system,
204 SM::ServiceManager::InstallInterfaces(sm); 204 SM::ServiceManager::InstallInterfaces(sm);
205 205
206 Account::InstallInterfaces(system); 206 Account::InstallInterfaces(system);
207 AM::InstallInterfaces(*sm, nv_flinger); 207 AM::InstallInterfaces(*sm, nv_flinger, system);
208 AOC::InstallInterfaces(*sm); 208 AOC::InstallInterfaces(*sm);
209 APM::InstallInterfaces(*sm); 209 APM::InstallInterfaces(*sm);
210 Audio::InstallInterfaces(*sm); 210 Audio::InstallInterfaces(*sm);