sysclk: remove unused value

This commit is contained in:
souldbminersmwc
2026-03-21 16:04:13 -04:00
parent 81e6fb9699
commit 6bdb79fc15

View File

@@ -573,8 +573,6 @@ void ClockManager::VRRThread(void* arg) {
}
}
u8 cached_RR = 60;
void ClockManager::HandleSafetyFeatures() {
AppletOperationMode opMode = appletGetOperationMode();
if(this->config->GetConfigValue(HocClkConfigValue_HandheldTDP) && opMode == AppletOperationMode_Handheld) {