From 187b2ceb964a816065b7709f6c30458044a64ad0 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Wed, 3 Sep 2025 11:45:55 -0400 Subject: [PATCH] Revert "final compile issue fixed" This reverts commit a3fe738ed5bb0957e2cb787021398bcdeb0f2b99. --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 3 +-- Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index a28095df..fb0eec81 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -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 }, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp index 128ce239..328129a2 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/ptm/ptm.cpp @@ -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) {