From 4dadcaf574c521b8d86a3bf80d6a5f1c0afc431d Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:17:53 +0100 Subject: [PATCH] Revert to defaults --- .../Atmosphere/stratosphere/loader/source/oc/customize.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index cb2988d2..188c0b36 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -71,16 +71,16 @@ volatile CustomizeTable C = { .mem_burst_read_latency = RL_1866, .mem_burst_write_latency = WL_1866, -.eristaCpuUV = 5, +.eristaCpuUV = 0, .eristaCpuVmin = 800, .eristaCpuMaxVolt = 1200, /* Unlocks up to 2295 Mhz CPU, usage is not recommended. */ -.eristaCpuUnlock = ENABLED, +.eristaCpuUnlock = DISABLED, .marikoCpuUVLow = 0, // No undervolt .marikoCpuUVHigh = 0, // No undervolt -.tableConf = DEFAULT_TABLE, +.tableConf = TBREAK_1683, .marikoCpuLowVmin = 620, .marikoCpuHighVmin = 750, /* 1120mV is NVIDIA rating */