From 6056b4a42405c453c217d903c414cf242d6ab16c Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Sun, 28 Sep 2025 00:27:09 -0400 Subject: [PATCH] loader: remove erista freqs beyond 1075mhz --- .../Atmosphere/stratosphere/loader/source/oc/customize.cpp | 6 ++---- .../Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index bd575a04..a5f5baaf 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -159,7 +159,6 @@ volatile CustomizeTable C = { 900 /* 921 */, 0 /* 998 (Disabled by default) */, 0 /* 1075 (Disabled by default) */, - 0 /* 1152 (Disabled by default) */, }, @@ -380,9 +379,8 @@ volatile CustomizeTable C = { { 921600, { }, { 1275100, 8144, -940, 808, -21583, 226 } }, { 998400, { }, { 1316991, 8144, -940, 808, -21583, 226 } }, // UNSAFE { 1075200, { }, { 1358882, 8144, -940, 808, -21583, 226 } }, // UNSAFE - { 1152000, { }, { 1400773, 8144, -940, 808, -21583, 226 } }, // DANGEROUS - { 1228800, { }, { 1440773, 8144, -940, 808, -21583, 226 } }, // DANGEROUS - +// { 1152000, { }, { 1400773, 8144, -940, 808, -21583, 226 } }, // DANGEROUS +// { 1228800, { }, { 1440773, 8144, -940, 808, -21583, 226 } }, // DANGEROUS }, .marikoGpuDvfsTableUv3UnsafeFreqs = { diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 3a635433..e87bee3b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -82,7 +82,7 @@ u32 mem_burst_latency; u32 marikoGpuVoltArray[24]; - u32 eristaGpuVoltArray[15]; + u32 eristaGpuVoltArray[14]; u32 marikoCpuVmin;