mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Add the Arm JITIL to DolphinWX.
This commit is contained in:
parent
ba9f2d52e1
commit
7bc4838243
@ -43,6 +43,7 @@ const CPUCore CPUCores[] = {
|
||||
{0, wxTRANSLATE("Interpreter (VERY slow)")},
|
||||
#ifdef _M_ARM
|
||||
{3, wxTRANSLATE("Arm JIT (experimental)")},
|
||||
{4, wxTRANSLATE("Arm JITIL (experimental)")},
|
||||
#else
|
||||
{1, wxTRANSLATE("JIT Recompiler (recommended)")},
|
||||
{2, wxTRANSLATE("JITIL experimental recompiler")},
|
||||
|
Loading…
x
Reference in New Issue
Block a user