Merge branch 'Horizon-OC:develop' into develop

This commit is contained in:
2fort sink
2026-02-01 17:46:47 -03:00
committed by GitHub

View File

@@ -1053,6 +1053,13 @@ public:
protected:
void listUI() override {
Result rc = sysclkIpcGetConfigValues(this->configList); // populate config list early otherwise wont work
if (R_FAILED(rc)) [[unlikely]] {
FatalGui::openWithResultCode("sysclkIpcGetConfigValues", rc);
return;
}
this->listElement->addItem(new tsl::elm::CategoryHeader("GPU Custom Table (mV)"));
ValueThresholds MgpuVmaxThresholds(800, 850);