DolphinWX Config: mark JITIL as slower to remove a source of confusion for users.

This commit is contained in:
Pierre Bourdon 2014-04-18 00:43:49 +02:00
parent 68d0a32ef9
commit 5f7ed5bd45
1 changed files with 1 additions and 1 deletions

View File

@ -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
}; };