mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-24 18:28:44 +00:00
Merge pull request #81 from degasus/skip_framelimit_hotkey
Add a hotkey for disabling the framelimit.
This commit is contained in:
commit
557c3db462
13 changed files with 38 additions and 38 deletions
|
@ -276,5 +276,5 @@ void VideoConfig::Save(const std::string& ini_file)
|
|||
|
||||
bool VideoConfig::IsVSync()
|
||||
{
|
||||
return Core::isTabPressed ? false : bVSync;
|
||||
return bVSync && !Core::GetIsFramelimiterTempDisabled();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue