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 409fec470..bdd9eb5a5 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include "core/hle/service/friend/friend.h" | 26 | #include "core/hle/service/friend/friend.h" |
| 27 | #include "core/hle/service/hid/hid.h" | 27 | #include "core/hle/service/hid/hid.h" |
| 28 | #include "core/hle/service/lm/lm.h" | 28 | #include "core/hle/service/lm/lm.h" |
| 29 | #include "core/hle/service/mm/mm_u.h" | ||
| 29 | #include "core/hle/service/nfp/nfp.h" | 30 | #include "core/hle/service/nfp/nfp.h" |
| 30 | #include "core/hle/service/nifm/nifm.h" | 31 | #include "core/hle/service/nifm/nifm.h" |
| 31 | #include "core/hle/service/ns/ns.h" | 32 | #include "core/hle/service/ns/ns.h" |
| @@ -191,6 +192,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) { | |||
| 191 | Friend::InstallInterfaces(*sm); | 192 | Friend::InstallInterfaces(*sm); |
| 192 | HID::InstallInterfaces(*sm); | 193 | HID::InstallInterfaces(*sm); |
| 193 | LM::InstallInterfaces(*sm); | 194 | LM::InstallInterfaces(*sm); |
| 195 | MM::InstallInterfaces(*sm); | ||
| 194 | NFP::InstallInterfaces(*sm); | 196 | NFP::InstallInterfaces(*sm); |
| 195 | NIFM::InstallInterfaces(*sm); | 197 | NIFM::InstallInterfaces(*sm); |
| 196 | NS::InstallInterfaces(*sm); | 198 | NS::InstallInterfaces(*sm); |