Skip to content

Commit

Permalink
DolphinWX Config: mark JITIL as slower to remove a source of confusio…
Browse files Browse the repository at this point in the history
…n for users.
  • Loading branch information
delroth committed Apr 17, 2014
1 parent 68d0a32 commit 5f7ed5b
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 5f7ed5b

Please sign in to comment.