summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMarcus Wanners <marcus@wanners.net>2009-04-22 16:40:46 +0000
committerMarcus Wanners <marcus@wanners.net>2009-04-22 16:40:46 +0000
commitea11b28e3de092dcbd872a061eda71a0fcc89bdb (patch)
tree36919b198a21b6f8f4314b7033a0ba3d557229a0 /Source/Core
parentc638de6f99d291dc3414d67ccaddf4f01d8412ef (diff)
Better tooltip for DC Mode option.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3040 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/Src/ConfigMain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Src/ConfigMain.cpp b/Source/Core/DolphinWX/Src/ConfigMain.cpp
index 9ab23c0cf0..55413431a6 100644
--- a/Source/Core/DolphinWX/Src/ConfigMain.cpp
+++ b/Source/Core/DolphinWX/Src/ConfigMain.cpp
@@ -259,9 +259,9 @@ void CConfigMain::CreateGUIControls()
WiimoteStatusLEDs->SetToolTip(wxT("Show which wiimotes are connected in the statusbar."));
WiimoteStatusSpeakers->SetToolTip(wxT("Show wiimote speaker status in the statusbar."));
DSPThread->SetToolTip(wxT("This should be on when using HLE and off when using LLE."));
- UseDualCore->SetToolTip(wxT("Moves video emulation to the emu thread instead of the CPU thread."
+ UseDualCore->SetToolTip(wxT("This splits the Video and CPU threads, so they can be run on separate cores."
"\nCauses major speed improvements on PCs with more than one core,"
- "\nbut can also cause occasional crashes."));
+ "\nbut can also cause occasional crashes/glitches."));
InterfaceLang->SetToolTip(wxT("For the time being this will only change the text shown in"
"\nthe game list of PAL GC games."));