diff options
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 294351b76..1dd04a12f 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #include "core/hle/service/filesystem/filesystem.h" | 22 | #include "core/hle/service/filesystem/filesystem.h" |
| 23 | #include "core/hle/service/hid/hid.h" | 23 | #include "core/hle/service/hid/hid.h" |
| 24 | #include "core/hle/service/lm/lm.h" | 24 | #include "core/hle/service/lm/lm.h" |
| 25 | #include "core/hle/service/nifm/nifm.h" | ||
| 25 | #include "core/hle/service/nvdrv/nvdrv.h" | 26 | #include "core/hle/service/nvdrv/nvdrv.h" |
| 26 | #include "core/hle/service/pctl/pctl.h" | 27 | #include "core/hle/service/pctl/pctl.h" |
| 27 | #include "core/hle/service/service.h" | 28 | #include "core/hle/service/service.h" |
| @@ -180,6 +181,7 @@ void Init() { | |||
| 180 | FileSystem::InstallInterfaces(*SM::g_service_manager); | 181 | FileSystem::InstallInterfaces(*SM::g_service_manager); |
| 181 | HID::InstallInterfaces(*SM::g_service_manager); | 182 | HID::InstallInterfaces(*SM::g_service_manager); |
| 182 | LM::InstallInterfaces(*SM::g_service_manager); | 183 | LM::InstallInterfaces(*SM::g_service_manager); |
| 184 | NIFM::InstallInterfaces(*SM::g_service_manager); | ||
| 183 | Nvidia::InstallInterfaces(*SM::g_service_manager); | 185 | Nvidia::InstallInterfaces(*SM::g_service_manager); |
| 184 | PCTL::InstallInterfaces(*SM::g_service_manager); | 186 | PCTL::InstallInterfaces(*SM::g_service_manager); |
| 185 | Sockets::InstallInterfaces(*SM::g_service_manager); | 187 | Sockets::InstallInterfaces(*SM::g_service_manager); |