sysclk: cpu governor is no longer experimental
This commit is contained in:
@@ -378,15 +378,8 @@ void AppProfileGui::addProfileUI(SysClkProfile profile)
|
|||||||
NamedValue("VRR", GovernorState_Enabled_Vrr),
|
NamedValue("VRR", GovernorState_Enabled_Vrr),
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<NamedValue> governorSettings = {
|
|
||||||
NamedValue("Do Not Override", GovernorState_DoNotOverride),
|
|
||||||
NamedValue("Disabled", GovernorState_Disabled),
|
|
||||||
NamedValue("GPU + VRR", GovernorState_Enabled_GpuVrr),
|
|
||||||
NamedValue("GPU", GovernorState_Enabled_Gpu),
|
|
||||||
NamedValue("VRR", GovernorState_Enabled_Vrr),
|
|
||||||
};
|
|
||||||
|
|
||||||
this->addModuleListItemValue(profile, HorizonOCModule_Governor, "Governor", 0, 0, 1, "", 1, 0, ValueThresholds(), configList.values[HorizonOCConfigValue_EnableExperimentalSettings] ? governorSettingsE : governorSettings, false);
|
this->addModuleListItemValue(profile, HorizonOCModule_Governor, "Governor", 0, 0, 1, "", 1, 0, ValueThresholds(), governorSettingsE, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AppProfileGui::listUI()
|
void AppProfileGui::listUI()
|
||||||
|
|||||||
@@ -320,18 +320,8 @@ void GlobalOverrideGui::listUI()
|
|||||||
if(configList.values[HorizonOCConfigValue_OverwriteRefreshRate])
|
if(configList.values[HorizonOCConfigValue_OverwriteRefreshRate])
|
||||||
this->addModuleListItemValue(HorizonOCModule_Display, "Display", IsAula() ? 45 : 40, configList.values[HorizonOCConfigValue_EnableUnsafeDisplayFreqs] ? IsAula() ? 65 : 72 : 60, 1, " Hz", 1, 0, lcdThresholds);
|
this->addModuleListItemValue(HorizonOCModule_Display, "Display", IsAula() ? 45 : 40, configList.values[HorizonOCConfigValue_EnableUnsafeDisplayFreqs] ? IsAula() ? 65 : 72 : 60, 1, " Hz", 1, 0, lcdThresholds);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
this->addModuleListItemValue(HorizonOCModule_Governor, "Governor", 0, 0, 1, "", 1, 0, ValueThresholds(), governorSettingsE, false);
|
||||||
std::vector<NamedValue> governorSettings = {
|
|
||||||
NamedValue("Do Not Override", GovernorState_DoNotOverride),
|
|
||||||
NamedValue("Disabled", GovernorState_Disabled),
|
|
||||||
NamedValue("GPU + VRR", GovernorState_Enabled_GpuVrr),
|
|
||||||
NamedValue("GPU", GovernorState_Enabled_Gpu),
|
|
||||||
NamedValue("VRR", GovernorState_Enabled_Vrr),
|
|
||||||
};
|
|
||||||
|
|
||||||
this->addModuleListItemValue(HorizonOCModule_Governor, "Governor", 0, 0, 1, "", 1, 0, ValueThresholds(), configList.values[HorizonOCConfigValue_EnableExperimentalSettings] ?governorSettingsE : governorSettings, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GlobalOverrideGui::refresh()
|
void GlobalOverrideGui::refresh()
|
||||||
|
|||||||
Reference in New Issue
Block a user