mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add the JITIL Arm recompiler to the Android settings.
This commit is contained in:
@ -19,10 +19,12 @@
|
|||||||
<string-array name="emuCoreEntriesARM" translatable="false">
|
<string-array name="emuCoreEntriesARM" translatable="false">
|
||||||
<item>@string/interpreter</item>
|
<item>@string/interpreter</item>
|
||||||
<item>@string/jit_arm_recompiler</item>
|
<item>@string/jit_arm_recompiler</item>
|
||||||
|
<item>@string/jitil_arm_recompiler</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="emuCoreValuesARM" translatable="false">
|
<string-array name="emuCoreValuesARM" translatable="false">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>3</item>
|
<item>3</item>
|
||||||
|
<item>4</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- CPU core selection - Other -->
|
<!-- CPU core selection - Other -->
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
<string name="jit64_recompiler">JIT64 Recompiler</string>
|
<string name="jit64_recompiler">JIT64 Recompiler</string>
|
||||||
<string name="jitil_recompiler">JITIL Recompiler</string>
|
<string name="jitil_recompiler">JITIL Recompiler</string>
|
||||||
<string name="jit_arm_recompiler">JIT ARM Recompiler</string>
|
<string name="jit_arm_recompiler">JIT ARM Recompiler</string>
|
||||||
|
<string name="jitil_arm_recompiler">JITIL ARM Recompiler</string>
|
||||||
<string name="cpu_core">CPU Core</string>
|
<string name="cpu_core">CPU Core</string>
|
||||||
<string name="cpu_settings">CPU</string>
|
<string name="cpu_settings">CPU</string>
|
||||||
<string name="emu_core_to_use">Emulation core to use</string>
|
<string name="emu_core_to_use">Emulation core to use</string>
|
||||||
|
Reference in New Issue
Block a user