diff options
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index 32373a882b..e4e32e1a7f 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -5,32 +5,32 @@ <!-- New UI CPU Core selection - Default --> <string-array name="emuCoresEntriesX86_64" translatable="false"> - <item>Interpreter</item> - <item>Cached Interpreter</item> <item>JIT Recompiler</item> + <item>Cached Interpreter</item> + <item>Interpreter</item> </string-array> <integer-array name="emuCoresValuesX86_64" translatable="false"> - <item>0</item> - <item>5</item> <item>1</item> + <item>5</item> + <item>0</item> </integer-array> <string-array name="emuCoresEntriesARM64" translatable="false"> - <item>Interpreter</item> - <item>Cached Interpreter</item> <item>JIT ARM64 Recompiler</item> + <item>Cached Interpreter</item> + <item>Interpreter</item> </string-array> <integer-array name="emuCoresValuesARM64" translatable="false"> - <item>0</item> - <item>5</item> <item>4</item> + <item>5</item> + <item>0</item> </integer-array> <string-array name="emuCoresEntriesGeneric" translatable="false"> - <item>Interpreter</item> <item>Cached Interpreter</item> + <item>Interpreter</item> </string-array> <integer-array name="emuCoresValuesGeneric" translatable="false"> - <item>0</item> <item>5</item> + <item>0</item> </integer-array> <!-- GameCube System Languages --> |
