mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Add a hotkey for disabling the framelimit.
Atm this is hardcoded to '\t'.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user