mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 12:41:09 +00:00
Better tooltip for DC Mode option.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3040 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c638de6f99
commit
ea11b28e3d
@ -259,9 +259,9 @@ void CConfigMain::CreateGUIControls()
|
|||||||
WiimoteStatusLEDs->SetToolTip(wxT("Show which wiimotes are connected in the statusbar."));
|
WiimoteStatusLEDs->SetToolTip(wxT("Show which wiimotes are connected in the statusbar."));
|
||||||
WiimoteStatusSpeakers->SetToolTip(wxT("Show wiimote speaker status 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."));
|
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,"
|
"\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"
|
InterfaceLang->SetToolTip(wxT("For the time being this will only change the text shown in"
|
||||||
"\nthe game list of PAL GC games."));
|
"\nthe game list of PAL GC games."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user