From f928065a4faecff1e1e30fb4ff2fb0d762578e6d Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 23 Nov 2025 12:16:44 +0100 Subject: [PATCH] Reduce cpu voltage limit; we aren't insane --- 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 9a570f5a..038c8cd7 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -22,7 +22,7 @@ #define ENABLED 1 #define DISABLED 0 -#define CPU_MAX_MAX_VOLT 1375000 +#define CPU_MAX_MAX_VOLT 1235000 namespace ams::ldr::oc {