diff options
| author | 2019-06-17 08:17:26 +1000 | |
|---|---|---|
| committer | 2019-06-17 08:17:26 +1000 | |
| commit | 6ca20ad7ba594fd01c01e8d56e5e02d84609d9e1 (patch) | |
| tree | 8fe27325135db3a1b8f7a9bf1fe68030b7a45d6f /src/core/hle/service/service.cpp | |
| parent | Signalled accumulated_suspended_tick_changed_event on creation based on RE (diff) | |
| download | yuzu-6ca20ad7ba594fd01c01e8d56e5e02d84609d9e1.tar.gz yuzu-6ca20ad7ba594fd01c01e8d56e5e02d84609d9e1.tar.xz yuzu-6ca20ad7ba594fd01c01e8d56e5e02d84609d9e1.zip | |
Addressed issues
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 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); |