mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05: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