sysclk: more minor changes

This commit is contained in:
souldbminersmwc
2026-03-21 17:52:56 -04:00
parent 6e6f7b4f9f
commit 42045c5c88
2 changed files with 6 additions and 3 deletions

View File

@@ -539,7 +539,7 @@ void ClockManager::VRRThread(void* arg) {
if(targetHz) {
maxDisplay = targetHz;
} else {
maxDisplay = 60;
maxDisplay = 60; // don't assume display stuff!
}
u8 minDisplay = Board::GetConsoleType() == HorizonOCConsoleType_Aula ? 45 : 40;