From c32572bfaf6e0ece7a5c8f8f7ec12bc60fe61cde Mon Sep 17 00:00:00 2001 From: Marcus Wanners Date: Tue, 21 Apr 2009 15:26:45 +0000 Subject: [PATCH] Tooltip for Dual Core Mode setting. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3031 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/ConfigMain.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Core/DolphinWX/Src/ConfigMain.cpp b/Source/Core/DolphinWX/Src/ConfigMain.cpp index f06bc24d10..c9afa38981 100644 --- a/Source/Core/DolphinWX/Src/ConfigMain.cpp +++ b/Source/Core/DolphinWX/Src/ConfigMain.cpp @@ -259,6 +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 may cause strange crashes, use with caution.")); + UseDualCore->SetToolTip(wxT("Moves video emulation to the emu thread instead of the CPU thread." + "\nCauses major speed improvements on PCs with more than one core," + "\nbut can also cause occasional crashes.")); InterfaceLang->SetToolTip(wxT("For the time being this will only change the text shown in" "\nthe game list of PAL GC games."));