sysclk: remove sysclk old and libultrahand old

This commit is contained in:
souldbminersmwc
2026-04-01 16:00:54 -04:00
parent 554b66e25f
commit 5f2d7a68a9
203 changed files with 37127 additions and 27224 deletions

View File

@@ -218,7 +218,7 @@ static inline const char* sysclkFormatThermalSensor(SysClkThermalSensor thermSen
return pretty ? "GPU" : "gpu";
case HorizonOCThermalSensor_MEM:
return pretty ? "MEM" : "mem";
case HorizonOCThermalSensor_PLLX:
case HorizonOCThermalSensor_PLLX:
return pretty ? "PLLX" : "pllx";
default:
return NULL;