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, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 1e759b21e..68d2b9f17 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -193,7 +193,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
193 NS::InstallInterfaces(*sm); 193 NS::InstallInterfaces(*sm);
194 Nvidia::InstallInterfaces(*sm); 194 Nvidia::InstallInterfaces(*sm);
195 PCTL::InstallInterfaces(*sm); 195 PCTL::InstallInterfaces(*sm);
196 Playreport::InstallInterfaces(*sm); 196 PlayReport::InstallInterfaces(*sm);
197 Sockets::InstallInterfaces(*sm); 197 Sockets::InstallInterfaces(*sm);
198 SPL::InstallInterfaces(*sm); 198 SPL::InstallInterfaces(*sm);
199 SSL::InstallInterfaces(*sm); 199 SSL::InstallInterfaces(*sm);