sysclk: actually refresh the config service before getting values

This commit is contained in:
souldbminersmwc
2025-12-14 10:30:58 -05:00
parent d76cd2e8f9
commit 1c83a35db8
3 changed files with 65 additions and 104 deletions

View File

@@ -597,6 +597,7 @@ void ClockManager::SetKipData() {
// I know this is very hacky, but the config system in the sysmodule doesn't really support writing
void ClockManager::GetKipData() {
this->config->Refresh();
std::scoped_lock lock{this->contextMutex};
const char* kip;
if(this->config->GetConfigValue(HocClkConfigValue_KipFileName))