mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 19:41:45 +02:00
Merge pull request #10538 from JosJuice/android-region-runtime
Android: Mark MAIN_FALLBACK_REGION as not runtime editable
This commit is contained in:
commit
7b80cc9585
@ -77,6 +77,7 @@ public enum IntSetting implements AbstractIntSetting
|
|||||||
MAIN_GC_LANGUAGE,
|
MAIN_GC_LANGUAGE,
|
||||||
MAIN_SLOT_A, // Can actually be changed, but specific code is required
|
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_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_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_1, // Can actually be changed, but specific code is required
|
||||||
MAIN_SI_DEVICE_2, // Can actually be changed, but specific code is required
|
MAIN_SI_DEVICE_2, // Can actually be changed, but specific code is required
|
||||||
|
Loading…
Reference in New Issue
Block a user