From 39d37390597e9f975f1801a84752d7e8bf8cb186 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:22:56 +0100 Subject: [PATCH] Fix validators: I am an idiot, sorry :( --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 0cef08a9..df542515 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -149,8 +149,8 @@ void SafetyCheck() { { C.marikoCpuMaxVolt, 1100, 1235 }, { C.marikoEmcMaxClock, 1600'000, 3500'000 }, { C.marikoEmcVddqVolt, 550'000, 700'000 }, - { eristaCpuDvfsMaxFreq, 1785'000, 2703'000 }, - { marikoCpuDvfsMaxFreq, 1785'000, 2295'000 }, + { eristaCpuDvfsMaxFreq, 1785'000, 2295'000 }, + { marikoCpuDvfsMaxFreq, 1785'000, 2703'000 }, { eristaGpuDvfsMaxFreq, 768'000, 1152'000 }, { marikoGpuDvfsMaxFreq, 768'000, 1536'000 }, };