From 3916a252d4a2d3e026b7c181614d84c2e343272e Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:53:46 +0100 Subject: [PATCH] Lower max max voltage --- Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index ca038a2c..91df7491 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -26,7 +26,7 @@ #define DISABLED 0 #define DEACTIVATED_GPU_FREQ 2000 #define GPU_MIN_MIN_VOLT 480000 -#define CPU_MAX_MAX_VOLT 1235000 +#define CPU_MAX_MAX_VOLT 1200000 namespace ams::ldr::hoc {