mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-20 12:00:35 -04:00
VideoConfig: Add const specifier to IsVSync() member function
This member function doesn't alter VideoConfig's state.
This commit is contained in:
@@ -180,7 +180,7 @@ void VideoConfig::VerifyValidity()
|
||||
}
|
||||
}
|
||||
|
||||
bool VideoConfig::IsVSync()
|
||||
bool VideoConfig::IsVSync() const
|
||||
{
|
||||
return bVSync && !Core::GetIsThrottlerTempDisabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user