mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Add a hotkey for disabling the framelimit.
Atm this is hardcoded to '\t'.
This commit is contained in:
parent
a40ea4e26a
commit
8483811b39
9 changed files with 27 additions and 8 deletions
|
@ -276,5 +276,5 @@ void VideoConfig::Save(const std::string& ini_file)
|
|||
|
||||
bool VideoConfig::IsVSync()
|
||||
{
|
||||
return Core::isTabPressed ? false : bVSync;
|
||||
return Core::IsFramelimiterTempDisabled ? false : bVSync;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue