diff options
| author | Liam <byteslice@airmail.cc> | 2023-02-19 14:42:12 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-03-01 10:39:49 -0500 |
| commit | 65be230fdda302b25447f2f09b06e3238bd09e79 (patch) | |
| tree | 68250d7bc8151041b236dcd79483df98938952cd /src/core/hle/service/pctl/pctl_module.h | |
| parent | 4a1aa9859844c25598c1635d760a53ca2fd5afc3 (diff) | |
service: move hle_ipc from kernel
Diffstat (limited to 'src/core/hle/service/pctl/pctl_module.h')
| -rw-r--r-- | src/core/hle/service/pctl/pctl_module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/pctl/pctl_module.h b/src/core/hle/service/pctl/pctl_module.h index 4ea77ab21..dff0d3f08 100644 --- a/src/core/hle/service/pctl/pctl_module.h +++ b/src/core/hle/service/pctl/pctl_module.h @@ -31,8 +31,8 @@ public: const char* name_, Capability capability_); ~Interface() override; - void CreateService(Kernel::HLERequestContext& ctx); - void CreateServiceWithoutInitialize(Kernel::HLERequestContext& ctx); + void CreateService(HLERequestContext& ctx); + void CreateServiceWithoutInitialize(HLERequestContext& ctx); protected: std::shared_ptr<Module> module; |
