sysclk: more minor changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user