hocclk: perfect migration between kip versions

This commit is contained in:
souldbminersmwc
2026-05-22 16:48:48 -04:00
parent 4271efb4a7
commit c2238eb070
12 changed files with 578 additions and 410 deletions

View File

@@ -301,7 +301,7 @@ static inline const char* hocclkFormatConfigValue(HocClkConfigValue val, bool pr
case KipConfigValue_commonEmcMemVolt:
return pretty ? "Common EMC/MEM Voltage" : "common_emc_mem_volt";
case KipConfigValue_eristaEmcMaxClock:
return pretty ? "Erista EMC Max Clock" : "erista_emc_max_clock";
return pretty ? "Erista EMC Max Clock" : "erista_emc_max_clock2";
case KipConfigValue_stepMode:
return pretty ? "Step Mode:" : "step_mode";
case KipConfigValue_marikoEmcMaxClock: