diff options
| author | 2023-11-12 15:45:42 -0500 | |
|---|---|---|
| committer | 2023-11-12 15:45:42 -0500 | |
| commit | 55412962c0cf2da12539aed747d3002214833d78 (patch) | |
| tree | aaf3736951cfdb1ac4a827c036b46ee2ea025448 /src/android | |
| parent | Merge pull request #11980 from german77/moment (diff) | |
| download | yuzu-55412962c0cf2da12539aed747d3002214833d78.tar.gz yuzu-55412962c0cf2da12539aed747d3002214833d78.tar.xz yuzu-55412962c0cf2da12539aed747d3002214833d78.zip | |
android: Remove "auto" region option
This doesn't exist and if you clicked it, your region would be set to Taiwan.
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/res/values/arrays.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/values/arrays.xml b/src/android/app/src/main/res/values/arrays.xml index dc10159c9..51bcc49a3 100644 --- a/src/android/app/src/main/res/values/arrays.xml +++ b/src/android/app/src/main/res/values/arrays.xml | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | <resources> | 2 | <resources> |
| 3 | 3 | ||
| 4 | <string-array name="regionNames"> | 4 | <string-array name="regionNames"> |
| 5 | <item>@string/auto</item> | ||
| 6 | <item>@string/region_australia</item> | 5 | <item>@string/region_australia</item> |
| 7 | <item>@string/region_china</item> | 6 | <item>@string/region_china</item> |
| 8 | <item>@string/region_europe</item> | 7 | <item>@string/region_europe</item> |
| @@ -13,7 +12,6 @@ | |||
| 13 | </string-array> | 12 | </string-array> |
| 14 | 13 | ||
| 15 | <integer-array name="regionValues"> | 14 | <integer-array name="regionValues"> |
| 16 | <item>-1</item> | ||
| 17 | <item>3</item> | 15 | <item>3</item> |
| 18 | <item>4</item> | 16 | <item>4</item> |
| 19 | <item>2</item> | 17 | <item>2</item> |