From 3709fb3fba2cb2df3122d294ea481971d9e72fe7 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Wed, 28 Jan 2026 15:41:50 -0500 Subject: [PATCH] ldr: fix default gpu vmin --- 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 edbfa2ee..fcab653f 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -96,7 +96,7 @@ volatile CustomizeTable C = { .marikoCpuBoostClock = 1963000, // Default boost clock .eristaGpuUV = 0, -.eristaGpuVmin = 800, +.eristaGpuVmin = 810, .marikoGpuUV = 0, /* For automatic vmin detection, set this to AUTO. */