mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
VideoConfig: Add exclusive mode flag.
Allows the UI to easily check the current exclusive mode state. This simplifies a few checks and prevents the user from ever getting stuck in fullscreen.
This commit is contained in:
@@ -67,6 +67,7 @@ struct VideoConfig final
|
||||
// General
|
||||
bool bVSync;
|
||||
bool bFullscreen;
|
||||
bool bExclusiveMode;
|
||||
bool bRunning;
|
||||
bool bWidescreenHack;
|
||||
int iAspectRatio;
|
||||
|
||||
Reference in New Issue
Block a user