summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
authorGravatar David Marcec2018-04-22 19:02:18 -0700
committerGravatar David Marcec2018-04-22 19:02:18 -0700
commit27650499bc74ec642c253a84fcf7f1c7812fdcac (patch)
tree90d6fd8921ae0e319166f4d52ade2ed71237cfb3 /src/core/hle/service/service.cpp
parentlioncash proposed changes (diff)
downloadyuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.gz
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.xz
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.zip
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
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);