Stub IsCpuOverclockEnabled

This commit is contained in:
german
2021-01-07 23:56:49 -06:00
parent c72571055b
commit 385a4555d5
2 changed files with 10 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ public:
private:
void OpenSession(Kernel::HLERequestContext& ctx);
void GetPerformanceMode(Kernel::HLERequestContext& ctx);
void IsCpuOverclockEnabled(Kernel::HLERequestContext& ctx);
std::shared_ptr<Module> apm;
Controller& controller;