From 863cca507db7c0c49729e66634a154faf5b398f5 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:54:19 +0100 Subject: [PATCH] lower cpu vmax validators --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index f562c54a..ec75c8d4 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -148,7 +148,7 @@ namespace ams::ldr::hoc::pcv { { C.commonEmcMemVolt, 912'500, 1350'000 }, // Official burst vmax for the RAMs is 1500mV { C.eristaCpuMaxVolt, 1000, 1260 }, { GET_MAX_OF_ARR(erista::maxEmcClocks), 1600'000, 2600'000 }, - { C.marikoCpuMaxVolt, 1000, 1235 }, + { C.marikoCpuMaxVolt, 1000, 1200 }, { C.marikoEmcMaxClock, 1600'000, 3500'000 }, { C.marikoEmcVddqVolt, 250'000, 700'000 }, { eristaCpuDvfsMaxFreq, 1785'000, 2295'000 },