Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #689 from Shadoxfix/master
Update framelimit tooltip text because the Audio option has been removed...
  • Loading branch information
delroth committed Jul 28, 2014
2 parents 3fb829c + 313a743 commit 9f86d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/ConfigMain.cpp
Expand Up @@ -512,7 +512,7 @@ void CConfigMain::InitializeGUITooltips()
{
// General - Basic
CPUThread->SetToolTip(_("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, but can also cause occasional crashes/glitches."));
Framelimit->SetToolTip(_("This limits the game speed to the specified number of frames per second (full speed is 60 for NTSC and 50 for PAL). Alternatively, use Audio to throttle using the DSP (might fix audio clicks but can also cause constant noise depending on the game)."));
Framelimit->SetToolTip(_("This limits the game speed to the specified number of frames per second (full speed is 60 for NTSC and 50 for PAL)."));

// General - Advanced
_NTSCJ->SetToolTip(_("Forces NTSC-J mode for using the Japanese ROM font.\nLeft unchecked, dolphin defaults to NTSC-U and automatically enables this setting when playing Japanese games."));
Expand Down

0 comments on commit 9f86d3e

Please sign in to comment.