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