mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoConfig: Add const specifier to IsVSync() member function
This member function doesn't alter VideoConfig's state.
This commit is contained in:
@ -58,7 +58,7 @@ struct VideoConfig final
|
||||
void Refresh();
|
||||
void VerifyValidity();
|
||||
void UpdateProjectionHack();
|
||||
bool IsVSync();
|
||||
bool IsVSync() const;
|
||||
|
||||
// General
|
||||
bool bVSync;
|
||||
|
Reference in New Issue
Block a user