Tooltip for Dual Core Mode setting.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3031 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Marcus Wanners 2009-04-21 15:26:45 +00:00
parent eecfb56219
commit c32572bfaf
1 changed files with 3 additions and 0 deletions

View File

@ -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."));