diff options
Diffstat (limited to 'src/core/hle/service/pctl/pctl.h')
-rw-r--r-- | src/core/hle/service/pctl/pctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/pctl/pctl.h b/src/core/hle/service/pctl/pctl.h index 275d23007..fd0a1e486 100644 --- a/src/core/hle/service/pctl/pctl.h +++ b/src/core/hle/service/pctl/pctl.h @@ -14,7 +14,8 @@ namespace Service::PCTL { class PCTL final : public Module::Interface { public: - explicit PCTL(Core::System& system_, std::shared_ptr<Module> module_, const char* name); + explicit PCTL(Core::System& system_, std::shared_ptr<Module> module_, const char* name, + Capability capability); ~PCTL() override; }; |