remove 4266_ADJ and add CUSTOM_ADJ

This commit is contained in:
hanabbi
2023-05-28 09:57:47 +09:00
parent 801a8470d4
commit bb9c159266
3 changed files with 8 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ namespace ams::ldr::oc {
enum MtcConfig: u32 {
AUTO_ADJ_SAFE_MARIKO_ONLY = 0,
AUTO_ADJ_4266_MARIKO_ONLY = 1,
CUSTOM_ADJ_MARIKO_ONLY = 1,
NO_ADJ_ALL = 2,
CUSTOMIZED_ALL = 3,
};