diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 6ab64f0e..0eae9135 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -35,7 +35,6 @@ enum MtcConfig: u32 { }; enum TableConfig: u32 { - AUTO_DEPRECATED = 0, /* Auto is not supported yet. */ DEFAULT_TABLE = 1, TBREAK_1581 = 2, TBREAK_1683 = 3, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/mariko/timing_tables.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/mariko/timing_tables.cpp index 366661a2..7090a13f 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mariko/timing_tables.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mariko/timing_tables.cpp @@ -52,7 +52,7 @@ namespace ams::ldr::oc::pcv::mariko { {2'233'000, 0x19}, {2'266'000, 0x1A}, {2'300'000, 0x1B}, {2'333'000, 0x1B}, {2'366'000, 0x1B}, {2'400'000, 0x1B}, {2'433'000, 0x1B}, {2'466'000, 0x1B}, {2'500'000, 0x1A}, - {2'533'000, 0x1C}, {2'566'000, 0x1B}, {2'600'000, 0x17}, + {2'533'000, 0x1C}, {2'566'000, 0x1B}, {2'600'000, 0x1B}, {2'633'000, 0x1B}, {2'666'000, 0x1B}, {2'700'000, 0x1C}, {2'733'000, 0x1C}, {2'766'000, 0x1D}, {2'800'000, 0x1D}, {2'833'000, 0x1D}, {2'866'000, 0x1D}, {2'900'000, 0x1D}, @@ -81,6 +81,7 @@ namespace ams::ldr::oc::pcv::mariko { {2'500'000, -1}, {2'533'000, -2}, {2'566'000, -1}, + {2'600'000, -1}, {2'633'000, -1}, {2'666'000, -1}, {2'700'000, -2}, @@ -159,6 +160,7 @@ namespace ams::ldr::oc::pcv::mariko { {2'466'000, 2}, {2'500'000, 1}, {2'533'000, -1}, + {2'600'000, 1}, {2'700'000, -1}, {2'733'000, -1}, {2'766'000, 1}, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index a12cc9ce..2f85af55 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -300,7 +300,6 @@ namespace ams::ldr::oc::pcv { if (isMariko) { switch (C.tableConf) { - case AUTO_DEPRECATED: case TBREAK_1683: { customize_table = const_cast(C.marikoCpuDvfsTable1683Tbreak); break;