From 2c14ddad5cdd481cfc881dcc8b47a9bd23fbf706 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 25 Jan 2026 11:41:05 +0100 Subject: [PATCH] Extend vddq validator --- 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 e57ef3bf..9c733259 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 @@ void SafetyCheck() { { C.eristaEmcMaxClock, 1600'000, 2600'200 }, { C.marikoCpuMaxVolt, 1100, 1235 }, { C.marikoEmcMaxClock, 1600'000, 3500'000 }, - { C.marikoEmcVddqVolt, 550'000, 700'000 }, + { C.marikoEmcVddqVolt, 400'000, 700'000 }, { eristaCpuDvfsMaxFreq, 1785'000, 2295'000 }, { marikoCpuDvfsMaxFreq, 1785'000, 2703'000 }, { eristaGpuDvfsMaxFreq, 768'000, 1152'000 },