mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabled
This commit is contained in:
@ -56,10 +56,10 @@ struct VideoConfig final
|
||||
VideoConfig();
|
||||
void Refresh();
|
||||
void VerifyValidity();
|
||||
bool IsVSync() const;
|
||||
|
||||
// General
|
||||
bool bVSync;
|
||||
bool bVSyncActive;
|
||||
bool bWidescreenHack;
|
||||
AspectMode aspect_mode;
|
||||
AspectMode suggested_aspect_mode;
|
||||
|
Reference in New Issue
Block a user