diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 19609e90..757474f2 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -35,7 +35,7 @@ enum MtcConfig: u32 { }; enum TableConfig: u32 { - AUTO = 0, /* Auto is not supported yet. */ + AUTO_DEPRECATED = 0, DEFAULT_TABLE = 1, TBREAK_1581 = 2, TBREAK_1683 = 3, diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index 434add2f..319d1850 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -5,6 +5,8 @@ * * Copyright (c) Souldbminer and Horizon OC Contributors * + * Copyright (c) 2025 Lightos_ + * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. @@ -302,7 +304,7 @@ namespace ams::ldr::oc::pcv { if (isMariko) { switch (C.tableConf) { - case AUTO: + case AUTO_DEPRECATED: case TBREAK_1683: { customize_table = const_cast(C.marikoCpuDvfsTable1683Tbreak); break;