sysclk: fix another logic error

This commit is contained in:
souldbminersmwc
2026-03-21 10:59:52 -04:00
parent aabff0e948
commit dab17f527e

View File

@@ -783,6 +783,8 @@ void ClockManager::SetClocks(bool isBoost) {
Board::SetHz(HorizonOCModule_Display, targetHz);
this->context->freqs[HorizonOCModule_Display] = targetHz;
this->context->realFreqs[HorizonOCModule_Display] = targetHz;
} else {
HandleFreqReset(HorizonOCModule_Display, isBoost);
}
}