Revert "final compile issue fixed"

This reverts commit a3fe738ed5.
This commit is contained in:
souldbminersmwc
2025-09-03 11:45:55 -04:00
parent 7c1b42f0bf
commit 187b2ceb96
2 changed files with 2 additions and 3 deletions

View File

@@ -111,8 +111,7 @@ void SafetyCheck() {
}
sValidator validators[] = {
{ C.marikoCpuBoostClock, 1020'000, 3010'000, true },
{ C.eristaCpuBoostClock, 1020'000, 2100'000, true },
{ C.commonCpuBoostClock, 1020'000, 3010'000, true },
{ C.commonEmcMemVolt, 1000'000, C.MemVltMax + 1 },
{ C.eristaCpuMaxVolt, 1100, C.eristaCPUvMax + 1 },
{ C.eristaEmcMaxClock, 1600'000, 2428'800 },

View File

@@ -23,7 +23,7 @@ namespace ams::ldr::oc::ptm {
bool isMariko = true;
#endif
Result CpuPtmBoost(perf_conf_entry* entry) {
if (!C.marikoCpuBoostClock || !C.eristaCpuBoostClock)
if (!C.commonCpuBoostClock)
R_SUCCEED();
u32 cpuPtmBoostNew;
if(isMariko) {