sysclk: remove redundant profile options
This commit is contained in:
@@ -342,6 +342,8 @@ void AppProfileGui::addProfileUI(SysClkProfile profile)
|
|||||||
FatalGui::openWithResultCode("sysclkIpcGetConfigValues", rc);
|
FatalGui::openWithResultCode("sysclkIpcGetConfigValues", rc);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if((profile == SysClkProfile_Docked && IsHoag()) || profile == SysClkProfile_HandheldCharging)
|
||||||
|
return;
|
||||||
this->listElement->addItem(new tsl::elm::CategoryHeader(sysclkFormatProfile(profile, true) + std::string(" ") + ult::DIVIDER_SYMBOL + " \ue0e3 Reset"));
|
this->listElement->addItem(new tsl::elm::CategoryHeader(sysclkFormatProfile(profile, true) + std::string(" ") + ult::DIVIDER_SYMBOL + " \ue0e3 Reset"));
|
||||||
this->addModuleListItem(profile, SysClkModule_CPU);
|
this->addModuleListItem(profile, SysClkModule_CPU);
|
||||||
this->addModuleListItem(profile, SysClkModule_GPU);
|
this->addModuleListItem(profile, SysClkModule_GPU);
|
||||||
|
|||||||
Reference in New Issue
Block a user