summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl/pctl_a.h
diff options
context:
space:
mode:
authorHexagon12 <benassdo@gmail.com>2018-04-11 13:48:56 +0200
committerHexagon12 <benassdo@gmail.com>2018-04-11 13:48:56 +0200
commitcc89b7bfcbe3448c8ca3e224b8d3fa628214748e (patch)
tree7189a5cc1c44914d55183d76d584c777eb2334a0 /src/core/hle/service/pctl/pctl_a.h
parentDecimal change (diff)
downloadyuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.tar
yuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.tar.gz
yuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.tar.bz2
yuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.tar.lz
yuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.tar.xz
yuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.tar.zst
yuzu-cc89b7bfcbe3448c8ca3e224b8d3fa628214748e.zip
Diffstat (limited to 'src/core/hle/service/pctl/pctl_a.h')
-rw-r--r--src/core/hle/service/pctl/pctl_a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/pctl/pctl_a.h b/src/core/hle/service/pctl/pctl_a.h
index a89c8d07d..3aa8873a9 100644
--- a/src/core/hle/service/pctl/pctl_a.h
+++ b/src/core/hle/service/pctl/pctl_a.h
@@ -15,7 +15,7 @@ public:
~PCTL_A() = default;
private:
- void GetService(Kernel::HLERequestContext& ctx);
+ void CreateService(Kernel::HLERequestContext& ctx);
};
} // namespace PCTL