mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
More changes to tooltip.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3033 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -258,8 +258,7 @@ void CConfigMain::CreateGUIControls()
|
|||||||
"\nIt can be convenient in a Wii game that already has a cursor."));
|
"\nIt can be convenient in a Wii game that already has a cursor."));
|
||||||
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."));
|
||||||
"\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."
|
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,"
|
"\nCauses major speed improvements on PCs with more than one core,"
|
||||||
"\nbut can also cause occasional crashes."));
|
"\nbut can also cause occasional crashes."));
|
||||||
|
Reference in New Issue
Block a user