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 ba9159ee0..fbfda2d5b 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -51,6 +51,7 @@ | |||
| 51 | #include "core/hle/service/ns/ns.h" | 51 | #include "core/hle/service/ns/ns.h" |
| 52 | #include "core/hle/service/nvdrv/nvdrv.h" | 52 | #include "core/hle/service/nvdrv/nvdrv.h" |
| 53 | #include "core/hle/service/nvflinger/nvflinger.h" | 53 | #include "core/hle/service/nvflinger/nvflinger.h" |
| 54 | #include "core/hle/service/olsc/olsc.h" | ||
| 54 | #include "core/hle/service/pcie/pcie.h" | 55 | #include "core/hle/service/pcie/pcie.h" |
| 55 | #include "core/hle/service/pctl/module.h" | 56 | #include "core/hle/service/pctl/module.h" |
| 56 | #include "core/hle/service/pcv/pcv.h" | 57 | #include "core/hle/service/pcv/pcv.h" |
| @@ -231,6 +232,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) { | |||
| 231 | NPNS::InstallInterfaces(*sm); | 232 | NPNS::InstallInterfaces(*sm); |
| 232 | NS::InstallInterfaces(*sm, system); | 233 | NS::InstallInterfaces(*sm, system); |
| 233 | Nvidia::InstallInterfaces(*sm, *nv_flinger, system); | 234 | Nvidia::InstallInterfaces(*sm, *nv_flinger, system); |
| 235 | OLSC::InstallInterfaces(*sm); | ||
| 234 | PCIe::InstallInterfaces(*sm); | 236 | PCIe::InstallInterfaces(*sm); |
| 235 | PCTL::InstallInterfaces(*sm); | 237 | PCTL::InstallInterfaces(*sm); |
| 236 | PCV::InstallInterfaces(*sm); | 238 | PCV::InstallInterfaces(*sm); |