sysclk: minor changes

This commit is contained in:
souldbminersmwc
2026-01-18 16:26:30 -05:00
parent ccb446b1ab
commit b51b8dbbcd
6 changed files with 10 additions and 9 deletions

View File

@@ -694,7 +694,7 @@ bool ClockManager::RefreshContext()
targetHz = this->config->GetAutoClockHz(GLOBAL_PROFILE_ID, HorizonOCModule_Display, this->context->profile, true);
}
if(targetHz && this->context->realFreqs[HorizonOCModule_Display] != targetHz)
if(targetHz && this->context->realFreqs[HorizonOCModule_Display] > targetHz)
this->context->realFreqs[HorizonOCModule_Display] = targetHz; // clean up display real freqs, should probably be moved to the real freqs loop?