Skip to content

Commit

Permalink
Merge pull request #284 from delroth/jitil-exp
Browse files Browse the repository at this point in the history
DolphinWX Config: mark JITIL as slower to remove a source of confusion
  • Loading branch information
delroth committed Apr 19, 2014
2 parents d8ca861 + 5f7ed5b commit 79df318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/ConfigMain.cpp
Expand Up @@ -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
};

Expand Down

0 comments on commit 79df318

Please sign in to comment.