summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/pctl/pctl_a.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/pctl/pctl_a.cpp b/src/core/hle/service/pctl/pctl_a.cpp
index 97cd1d2ee..e3bdd6c47 100644
--- a/src/core/hle/service/pctl/pctl_a.cpp
+++ b/src/core/hle/service/pctl/pctl_a.cpp
@@ -9,10 +9,6 @@
9namespace Service { 9namespace Service {
10namespace PCTL { 10namespace PCTL {
11 11
12void InstallInterfaces(SM::ServiceManager& service_manager) {
13 std::make_shared<PCTL_A>()->InstallAsService(service_manager);
14}
15
16void PCTL_A::GetService(Kernel::HLERequestContext& ctx) { 12void PCTL_A::GetService(Kernel::HLERequestContext& ctx) {
17 LOG_WARNING(Service, "(STUBBED) called"); 13 LOG_WARNING(Service, "(STUBBED) called");
18 IPC::RequestBuilder rb{ctx, 1}; 14 IPC::RequestBuilder rb{ctx, 1};