sysclk: add experemental gpu sched override option

This commit is contained in:
souldbminersmwc
2026-02-14 20:55:44 -05:00
parent dd4c5a8732
commit 5d59be7b77
6 changed files with 68 additions and 5 deletions

View File

@@ -112,6 +112,7 @@ ClockManager::ClockManager()
this->context->dramID = Board::GetDramID();
this->context->isDram8GB = Board::IsDram8GB();
previousRamHz = Board::GetHz(SysClkModule_MEM);
Board::SetGpuSchedulingMode((GpuSchedulingMode)this->config->GetConfigValue(HorizonOCConfigValue_GPUScheduling));
}
ClockManager::~ClockManager()