mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Add set/get functions for IsFramelimiterTempDisabled
This commit is contained in:
@ -276,5 +276,5 @@ void VideoConfig::Save(const std::string& ini_file)
|
||||
|
||||
bool VideoConfig::IsVSync()
|
||||
{
|
||||
return Core::IsFramelimiterTempDisabled ? false : bVSync;
|
||||
return bVSync && !Core::GetIsFramelimiterTempDisabled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user