sysmodule/overlay: re-add governor and fix global profile again

This commit is contained in:
souldbminersmwc
2025-12-06 11:06:32 -05:00
parent b6df7b3551
commit c5f6eef9fe
5 changed files with 114 additions and 45 deletions

View File

@@ -370,7 +370,7 @@ Result IpcService::SetKipData() {
}
Result IpcService::GetKipData() {
ClockManager::GetInstance()->GetKipConfigValues(mode);
ClockManager::GetInstance()->GetKipConfigValues();
return 0;
}