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, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 08ce29677..1e759b21e 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -30,6 +30,7 @@
30#include "core/hle/service/ns/ns.h" 30#include "core/hle/service/ns/ns.h"
31#include "core/hle/service/nvdrv/nvdrv.h" 31#include "core/hle/service/nvdrv/nvdrv.h"
32#include "core/hle/service/pctl/pctl.h" 32#include "core/hle/service/pctl/pctl.h"
33#include "core/hle/service/prepo/prepo.h"
33#include "core/hle/service/service.h" 34#include "core/hle/service/service.h"
34#include "core/hle/service/set/settings.h" 35#include "core/hle/service/set/settings.h"
35#include "core/hle/service/sm/controller.h" 36#include "core/hle/service/sm/controller.h"
@@ -192,6 +193,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
192 NS::InstallInterfaces(*sm); 193 NS::InstallInterfaces(*sm);
193 Nvidia::InstallInterfaces(*sm); 194 Nvidia::InstallInterfaces(*sm);
194 PCTL::InstallInterfaces(*sm); 195 PCTL::InstallInterfaces(*sm);
196 Playreport::InstallInterfaces(*sm);
195 Sockets::InstallInterfaces(*sm); 197 Sockets::InstallInterfaces(*sm);
196 SPL::InstallInterfaces(*sm); 198 SPL::InstallInterfaces(*sm);
197 SSL::InstallInterfaces(*sm); 199 SSL::InstallInterfaces(*sm);