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) */,