From 2a4c8b19d80752f081e0e2643f0de877158f19cc Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:15:53 +0100 Subject: [PATCH 1/2] Compile your code before pushing :P --- .../stratosphere/loader/source/oc/pcv/pcv.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 129e736f..bb0b4e61 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -141,16 +141,17 @@ void SafetyCheck() { } sValidator validators[] = { - { C.commonCpuBoostClock, 1020'000, 3000'000, true }, - { C.commonEmcMemVolt, 1100'000, 1500'000 }, // Official burst vmax for the RAMs - { C.eristaCpuMaxVolt, 1100, 1300 }, + { 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 + { C.eristaCpuMaxVolt, 1100, 1257 }, { C.eristaEmcMaxClock, 1600'000, 2600'200 }, - { C.marikoCpuMaxVolt, 1100, 1300 }, + { C.marikoCpuMaxVolt, 1100, 1235 }, { C.marikoEmcMaxClock, 1600'000, 3500'000 }, { C.marikoEmcVddqVolt, 550'000, 700'000 }, - { eristaCpuDvfsMaxFreq, 1785'000, 3000'000 }, - { marikoCpuDvfsMaxFreq, 1785'000, 3000'000 }, - { eristaGpuDvfsMaxFreq, 768'000, 1228'000 }, + { eristaCpuDvfsMaxFreq, 1785'000, 2703'000 }, + { marikoCpuDvfsMaxFreq, 1785'000, 2295'000 }, + { eristaGpuDvfsMaxFreq, 768'000, 1152'000 }, { marikoGpuDvfsMaxFreq, 768'000, 1536'000 }, }; From 44be53ecba05c6a054500744c0e102ac2c15b823 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:17:49 +0100 Subject: [PATCH 2/2] Update pcv.cpp --- 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 bb0b4e61..0cef08a9 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 + { C.commonEmcMemVolt, 1100'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 },