diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 81d80e56..0d563973 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -327,7 +327,7 @@ volatile CustomizeTable C = { { 2703000, { 1838820, -36648, 113, }, { CPU_MAX_MAX_VOLT, } }, }, -.marikoCpuDvfsTableHelios { +.marikoCpuDvfsTableExtreme { { 204000, { 732856, -17335, 113, }, { } }, { 306000, { 760024, -18195, 113, }, { } }, { 408000, { 789258, -19055, 113, }, { } }, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 8c9c550d..801271bb 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -38,7 +38,7 @@ enum TableConfig: u32 { DEFAULT_TABLE = 1, TBREAK_1581 = 2, TBREAK_1683 = 3, - HELIOS_TABLE = 4, + EXTREME_TABLE = 4, }; using CustomizeCpuDvfsTable = pcv::cvb_entry_t[pcv::DvfsTableEntryLimit]; @@ -114,7 +114,7 @@ typedef struct CustomizeTable { CustomizeCpuDvfsTable marikoCpuDvfsTableSLT; CustomizeCpuDvfsTable marikoCpuDvfsTable1581Tbreak; CustomizeCpuDvfsTable marikoCpuDvfsTable1683Tbreak; - CustomizeCpuDvfsTable marikoCpuDvfsTableHelios; + CustomizeCpuDvfsTable marikoCpuDvfsTableExtreme; CustomizeGpuDvfsTable eristaGpuDvfsTable; CustomizeGpuDvfsTable eristaGpuDvfsTableSLT; diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index 127d9ec9..f9e4f534 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -309,8 +309,8 @@ namespace ams::ldr::oc::pcv { customize_table = const_cast(C.marikoCpuDvfsTable1581Tbreak); break; } - case HELIOS_TABLE: { - customize_table = const_cast(C.marikoCpuDvfsTableHelios); + case EXTREME_TABLE: { + customize_table = const_cast(C.marikoCpuDvfsTableExtreme); break; } case DEFAULT_TABLE: