mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 12:48:11 +00:00
apm/controller: Make GetCurrentPerformanceMode() a const member function
This doesn't modify instance state, so it can be made const qualified.
This commit is contained in:
parent
f4657a426a
commit
756203599e
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue