Revert "Fix typo"

This reverts commit 9afd3d44bd, reversing
changes made to 95930746d2.
This commit is contained in:
Lightos1
2026-03-21 16:54:07 +01:00
parent dd645bb352
commit 3896c89a5c

View File

@@ -566,7 +566,7 @@ void ClockManager::VRRThread(void* arg) {
if(++tick > 50) {
Board::SetHz(HorizonOCModule_Display, maxDisplay);
tick = 0;
svcSleepThread(25'000'000);
svcSleepThread(50'000'000);
}
svcSleepThread(POLL_NS);