From 1d219e94255e6aa4f7f79ab29d19d5f37bdf28d1 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 25 Jan 2026 13:07:13 +0100 Subject: [PATCH] Extend vdd2 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 9c733259..7f923af7 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -143,7 +143,7 @@ void SafetyCheck() { sValidator validators[] = { { C.eristaCpuBoostClock, 1020'000, 2295'000, true }, { C.marikoCpuBoostClock, 1020'000, 2703'000, true }, - { C.commonEmcMemVolt, 1100'000, 1350'000 }, // Official burst vmax for the RAMs is 1500mV + { C.commonEmcMemVolt, 1000'000, 1350'000 }, // Official burst vmax for the RAMs is 1500mV { C.eristaCpuMaxVolt, 1100, 1257 }, { C.eristaEmcMaxClock, 1600'000, 2600'200 }, { C.marikoCpuMaxVolt, 1100, 1235 },