From d0e4fb28b07fd7a0a669a3b0e58321f4c510f80d Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Thu, 1 Jan 2026 12:11:00 -0500 Subject: [PATCH] loader: fix gpuvoltarray formatting --- .../loader/source/oc/customize.cpp | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 43c7ded4..b3f92aa5 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -105,29 +105,29 @@ volatile CustomizeTable C = { /* AUTO only works up to 1305 GPU */ /* You can overwrite auto with any voltage (in mv) of your choice - offset will not be applied. */ .eristaGpuVoltArray = { - AUTO /* 76 */, - AUTO /* 115 */, - AUTO /* 153 */, - AUTO /* 192 */, - AUTO /* 230 */, - AUTO /* 269 */, - AUTO /* 307 */, - AUTO /* 346 */, - AUTO /* 384 */, - AUTO /* 422 */, - AUTO /* 460 */, - AUTO /* 499 */, - AUTO /* 537 */, - AUTO /* 576 */, - AUTO /* 614 */, - AUTO /* 652 */, - AUTO /* 691 */, - AUTO /* 729 */, - AUTO /* 768 */, - AUTO /* 806 */, - AUTO /* 844 */, - AUTO /* 883 */, - AUTO /* 921 */, + AUTO /* 76 */, + AUTO /* 115 */, + AUTO /* 153 */, + AUTO /* 192 */, + AUTO /* 230 */, + AUTO /* 269 */, + AUTO /* 307 */, + AUTO /* 346 */, + AUTO /* 384 */, + AUTO /* 422 */, + AUTO /* 460 */, + AUTO /* 499 */, + AUTO /* 537 */, + AUTO /* 576 */, + AUTO /* 614 */, + AUTO /* 652 */, + AUTO /* 691 */, + AUTO /* 729 */, + AUTO /* 768 */, + AUTO /* 806 */, + AUTO /* 844 */, + AUTO /* 883 */, + AUTO /* 921 */, DEACTIVATED_GPU_FREQ /* 960 (Disabled by default) */, DEACTIVATED_GPU_FREQ /* 998 (Disabled by default) */, DEACTIVATED_GPU_FREQ /* 1036 (Disabled by default) */,