summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/controller.h
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2019-10-18 00:20:14 +0200
committerGitHub <noreply@github.com>2019-10-18 00:20:14 +0200
commit7cf091bb209466d3dcf14fc2eca74a81322e522d (patch)
tree024a961a0421bdea20ea92c0b60bb6f51fd3fced /src/core/hle/service/apm/controller.h
parentMerge pull request #2990 from lioncash/warn (diff)
parentapm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map (diff)
downloadyuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.tar
yuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.tar.gz
yuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.tar.bz2
yuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.tar.lz
yuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.tar.xz
yuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.tar.zst
yuzu-7cf091bb209466d3dcf14fc2eca74a81322e522d.zip
Diffstat (limited to 'src/core/hle/service/apm/controller.h')
-rw-r--r--src/core/hle/service/apm/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/apm/controller.h b/src/core/hle/service/apm/controller.h
index 454caa6eb..af0c4cd34 100644
--- a/src/core/hle/service/apm/controller.h
+++ b/src/core/hle/service/apm/controller.h
@@ -56,7 +56,7 @@ public:
void SetPerformanceConfiguration(PerformanceMode mode, PerformanceConfiguration config);
void SetFromCpuBoostMode(CpuBoostMode mode);
- PerformanceMode GetCurrentPerformanceMode();
+ PerformanceMode GetCurrentPerformanceMode() const;
PerformanceConfiguration GetCurrentPerformanceConfiguration(PerformanceMode mode);
private: