From 373f842a6a6d87f86692d437b9d822d5747a0ded Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:50:22 +0200 Subject: [PATCH] forgot to add value --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 4ce25dae..a68ed15b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -35,7 +35,7 @@ NO_ADJ_ALL = 2, CUSTOMIZED_ALL = 4, - AUTO_ADJ, + AUTO_ADJ = 5, }; using CustomizeCpuDvfsTable = pcv::cvb_entry_t[pcv::DvfsTableEntryLimit];