mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
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:
parent
eecfb56219
commit
c32572bfaf
1 changed files with 3 additions and 0 deletions
|
@ -259,6 +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 may cause strange crashes, use with caution."));
|
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"
|
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…
Add table
Add a link
Reference in a new issue