diff options
| author | bunnei <bunneidev@gmail.com> | 2019-06-26 15:55:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-26 15:55:24 -0400 |
| commit | 5829ba1ccc18c083a4d2a6e42ad27ebe1c6fbac8 (patch) | |
| tree | 63d9887d2160fe6064f1d2b09b09553c4c8d9fce /src/core/hle/service/service.cpp | |
| parent | 4ed2774c26602d6ee1af316da5faf391d377d701 (diff) | |
| parent | 3c4238657d326a7d85cbc9152ca16483383c20e7 (diff) | |
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.cpp | 2 |
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, 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); |
