From 71900721cf9305f39a4d61678d63e3b3b33952bc Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:26:12 +0100 Subject: [PATCH] Make AUTO_RAM default (for now) --- Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 1e90fc1d..3e736d9a 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -22,7 +22,7 @@ /* Never edit these. */ #define AUTO 0 -#define AUTO_RAM 0 +#define AUTO_RAM 1 #define ENABLED 1 #define DISABLED 0 #define DEACTIVATED_GPU_FREQ 2000 @@ -105,7 +105,7 @@ volatile CustomizeTable C = { /* For automatic vmin detection, set this to AUTO. */ /* vmin past 795mV won't work due to HOS limitation */ /* Vmin is automatically set to 800mV when SoC temperature is below 20C */ -.marikoGpuVmin = AUTO, +.marikoGpuVmin = AUTO_RAM, .marikoGpuVmax = 800,