Boost mode typo; uplift sample rate to 200/s; GPU boost mode = GPU throttled mode

This commit is contained in:
KazushiM
2022-10-24 12:20:50 +08:00
parent b52bef3c31
commit 0f6fb06e53
7 changed files with 44 additions and 48 deletions

View File

@@ -52,7 +52,7 @@ class ClockManager
ReverseNXSync *rnxSync;
Governor *governor;
bool IsCpuBoostMode();
bool IsBoostMode();
uint32_t GetHz(SysClkModule);
};