Skip to content
Permalink
Browse files
Merge pull request #10538 from JosJuice/android-region-runtime
Android: Mark MAIN_FALLBACK_REGION as not runtime editable
  • Loading branch information
lioncash committed Mar 27, 2022
2 parents f12681b + 11c4385 commit 7b80cc9
Showing 1 changed file with 1 addition and 0 deletions.
@@ -77,6 +77,7 @@ public enum IntSetting implements AbstractIntSetting
MAIN_GC_LANGUAGE,
MAIN_SLOT_A, // Can actually be changed, but specific code is required
MAIN_SLOT_B, // Can actually be changed, but specific code is required
MAIN_FALLBACK_REGION,
MAIN_SI_DEVICE_0, // Can actually be changed, but specific code is required
MAIN_SI_DEVICE_1, // Can actually be changed, but specific code is required
MAIN_SI_DEVICE_2, // Can actually be changed, but specific code is required

0 comments on commit 7b80cc9

Please sign in to comment.