mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Add set/get functions for IsFramelimiterTempDisabled
This commit is contained in:
parent
8483811b39
commit
30586f4d29
6 changed files with 18 additions and 7 deletions
|
@ -276,5 +276,5 @@ void VideoConfig::Save(const std::string& ini_file)
|
|||
|
||||
bool VideoConfig::IsVSync()
|
||||
{
|
||||
return Core::IsFramelimiterTempDisabled ? false : bVSync;
|
||||
return bVSync && !Core::GetIsFramelimiterTempDisabled();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue