sysclk: read wafer cord

This commit is contained in:
souldbminersmwc
2026-03-21 17:09:10 -04:00
parent 371577954b
commit 96b6459282
6 changed files with 349 additions and 23 deletions

View File

@@ -154,7 +154,7 @@ ClockManager::ClockManager()
}
this->context->isUsingRetroSuper = Board::IsUsingRetroSuperDisplay();
Board::GetWaferPosition(&this->context->waferX, &this->context->waferY);
threadStart(&cpuGovernorTHREAD);
threadStart(&gpuGovernorTHREAD);
threadStart(&vrrTHREAD);