mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
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
This commit is contained in:
parent
c32572bfaf
commit
bc8efa41fb
@ -258,7 +258,8 @@ 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 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."
|
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."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user