mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #64 from ExtremeDude2/master
Rename "JITIL experimental recompiler"
This commit is contained in:
commit
ec0d717eea
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const CPUCore CPUCores[] = {
|
|||
{4, wxTRANSLATE("Arm JITIL (experimental)")},
|
||||
#else
|
||||
{1, wxTRANSLATE("JIT Recompiler (recommended)")},
|
||||
{2, wxTRANSLATE("JITIL experimental recompiler")},
|
||||
{2, wxTRANSLATE("JITIL Recompiler (experimental)")},
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue