diff options
| author | Mai M <mathew1800@gmail.com> | 2022-03-27 15:14:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-27 15:14:27 -0400 |
| commit | 7b80cc9585078edeb926bdcab12e4296a089d457 (patch) | |
| tree | f3c1e5e37b77ce2ae55c08cc3acff623ac259673 /Source/Android/app/src/main/java | |
| parent | f12681ba9394ba3eee7e14a739ef3f8036e3c95c (diff) | |
| parent | 11c4385b36f396cb7118f591bd088931966c40c9 (diff) | |
Merge pull request #10538 from JosJuice/android-region-runtime
Android: Mark MAIN_FALLBACK_REGION as not runtime editable
Diffstat (limited to 'Source/Android/app/src/main/java')
| -rw-r--r-- | Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.java index 1871652ea3..98601a1741 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/IntSetting.java @@ -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 |
