mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Remove JitArmIL files from the project.
Due to how the new CR-flags work, it isn't possible without some hefty work in the JITIL backend to support this on 32bit systems.
This commit is contained in:
parent
f27940478d
commit
3627bd21f1
14 changed files with 0 additions and 2010 deletions
|
@ -137,7 +137,6 @@
|
|||
<string name="jit64_recompiler">JIT64 Recompiler</string>
|
||||
<string name="jitil_recompiler">JITIL Recompiler</string>
|
||||
<string name="jit_arm_recompiler">JIT ARM Recompiler</string>
|
||||
<string name="jitil_arm_recompiler">JITIL ARM Recompiler</string>
|
||||
<string name="cpu_settings">CPU</string>
|
||||
<string name="cpu_core">CPUコア</string>
|
||||
<string name="cpu_core_desc">%s</string>
|
||||
|
|
|
@ -19,12 +19,10 @@
|
|||
<string-array name="emuCoreEntriesARM" translatable="false">
|
||||
<item>@string/interpreter</item>
|
||||
<item>@string/jit_arm_recompiler</item>
|
||||
<item>@string/jitil_arm_recompiler</item>
|
||||
</string-array>
|
||||
<string-array name="emuCoreValuesARM" translatable="false">
|
||||
<item>0</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
</string-array>
|
||||
|
||||
<!-- CPU core selection - Other -->
|
||||
|
|
|
@ -138,7 +138,6 @@
|
|||
<string name="jit64_recompiler">JIT64 Recompiler</string>
|
||||
<string name="jitil_recompiler">JITIL Recompiler</string>
|
||||
<string name="jit_arm_recompiler">JIT ARM Recompiler</string>
|
||||
<string name="jitil_arm_recompiler">JITIL ARM Recompiler</string>
|
||||
<string name="cpu_settings">CPU</string>
|
||||
<string name="cpu_core">CPU Core</string>
|
||||
<string name="cpu_core_desc">%s</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue