diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index df87f518..5d3d9497 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -162,9 +162,6 @@ volatile CustomizeTable C = { 0 /* 1152 (Disabled by default) */, }, - -.marikoCpuVmin = 600, - /* Advanced Settings: * - Erista CPU DVFS Table: */ diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 3a635433..eb25151e 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -84,9 +84,6 @@ u32 marikoGpuVoltArray[24]; u32 eristaGpuVoltArray[15]; - u32 marikoCpuVmin; - - CustomizeCpuDvfsTable eristaCpuDvfsTable; CustomizeCpuDvfsTable marikoCpuDvfsTable; CustomizeCpuDvfsTable marikoCpuDvfsTableSLT; diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp index c10b52cb..096eedfa 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp @@ -55,7 +55,7 @@ // Patch vmin for slt if (C.marikoCpuUV) { if (*(ptr-5) == 620) { - PATCH_OFFSET((ptr-5), C.marikoCpuVmin); + PATCH_OFFSET((ptr-5), 600); } if (*(ptr-1) == 620) { PATCH_OFFSET((ptr-1), 600); diff --git a/Source/Configurator/src/__pycache__/ram.cpython-313.pyc b/Source/Configurator/src/__pycache__/ram.cpython-313.pyc index d5f20d78..c3ffbf2d 100644 Binary files a/Source/Configurator/src/__pycache__/ram.cpython-313.pyc and b/Source/Configurator/src/__pycache__/ram.cpython-313.pyc differ