summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
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 00806b0ed..6c69f899e 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -200,7 +200,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system,
200 200
201 SM::ServiceManager::InstallInterfaces(sm); 201 SM::ServiceManager::InstallInterfaces(sm);
202 202
203 Account::InstallInterfaces(*sm); 203 Account::InstallInterfaces(system);
204 AM::InstallInterfaces(*sm, nv_flinger); 204 AM::InstallInterfaces(*sm, nv_flinger);
205 AOC::InstallInterfaces(*sm); 205 AOC::InstallInterfaces(*sm);
206 APM::InstallInterfaces(*sm); 206 APM::InstallInterfaces(*sm);