hocclk: fix vrr out of focus

This commit is contained in:
souldbminersmwc
2026-04-03 12:34:15 -04:00
parent fc203c723c
commit 75480ffdb5
4 changed files with 95 additions and 8 deletions

View File

@@ -222,9 +222,6 @@ namespace board {
}
void ResetToStockDisplay() {
if (GetConsoleType() != HocClkConsoleType_Hoag) {
display::SetRate(60);
}
display::SetRate(60);
}
}