mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #284 from delroth/jitil-exp
DolphinWX Config: mark JITIL as slower to remove a source of confusion
This commit is contained in:
@ -67,7 +67,7 @@ const CPUCore CPUCores[] = {
|
|||||||
{4, wxTRANSLATE("Arm JITIL (experimental)")},
|
{4, wxTRANSLATE("Arm JITIL (experimental)")},
|
||||||
#else
|
#else
|
||||||
{1, wxTRANSLATE("JIT Recompiler (recommended)")},
|
{1, wxTRANSLATE("JIT Recompiler (recommended)")},
|
||||||
{2, wxTRANSLATE("JITIL Recompiler (experimental)")},
|
{2, wxTRANSLATE("JITIL Recompiler (slower, experimental)")},
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user