mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Update shown CPU cores in the Android UI.
Only show the JIT cores on x86_64(Will have its own issues once we reach that point) Show AArch64 JIT if running on a AArch64 device(Good luck with that for now. Future proofing though)
This commit is contained in:
@ -137,6 +137,7 @@
|
||||
<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="jit_arm64_recompiler">JIT ARM64 Recompiler</string>
|
||||
<string name="cpu_settings">CPU</string>
|
||||
<string name="cpu_core">CPUコア</string>
|
||||
<string name="cpu_core_desc">%s</string>
|
||||
|
Reference in New Issue
Block a user