mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Re-order cpu emulation options from fastest to slowest
Based on https://bugs.dolphin-emu.org/issues/11658 Update arrays.xml
This commit is contained in:
@ -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 -->
|
||||
|
Reference in New Issue
Block a user