hocclk: add mariko middle freq hack

This commit is contained in:
souldbminersmwc
2026-05-09 16:53:30 -04:00
parent 935dd24129
commit c4f7f0e713
7 changed files with 166 additions and 123 deletions

View File

@@ -649,7 +649,9 @@ protected:
if (R_FAILED(rc)) [[unlikely]] { FatalGui::openWithResultCode("hocclkIpcGetConfigValues", rc); return; }
this->listElement->addItem(new tsl::elm::CategoryHeader("Experimental Settings"));
ValueThresholds thresholdsDisabled(0, 0);
if(IsMariko()) {
addConfigToggle(HocClkConfigValue_MarikoMiddleFreqs, nullptr, true);
}
addConfigToggle(HocClkConfigValue_LiveCpuUv, nullptr);
std::vector<NamedValue> gpuSchedMethodValues = {
NamedValue("INI", GpuSchedulingOverrideMethod_Ini),