From bc8efa41fbcad31a18195575f9699161efc0311a Mon Sep 17 00:00:00 2001 From: Marcus Wanners Date: Tue, 21 Apr 2009 15:44:29 +0000 Subject: [PATCH] Changed tooltip for LLE Thread option. Probably still needs revising, though. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3032 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/ConfigMain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/ConfigMain.cpp b/Source/Core/DolphinWX/Src/ConfigMain.cpp index c9afa38981..8dff4669c6 100644 --- a/Source/Core/DolphinWX/Src/ConfigMain.cpp +++ b/Source/Core/DolphinWX/Src/ConfigMain.cpp @@ -258,7 +258,8 @@ void CConfigMain::CreateGUIControls() "\nIt can be convenient in a Wii game that already has a cursor.")); 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.")); + DSPThread->SetToolTip(wxT("This should be on when using HLE and off when using LLE." + "\Having it on in HLE can cause occasional strange crashes, though.")); 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."));