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