summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-06-18 15:04:23 +0200
committerJules Blok <jules.blok@gmail.com>2014-07-19 21:14:44 +0200
commit77bc87938412d8037439607a0c5047abece62452 (patch)
treeba0d1de7749e150cfe5f75dd7966ff30812722b1 /Source/Core/VideoCommon/VideoConfig.cpp
parentd72375fdfa0182037afcf0a2e64ea01c16a1b6f3 (diff)
D3D: Add exclusive fullscreen support.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp
index 77e4eb819c..1dc75e4ba2 100644
--- a/Source/Core/VideoCommon/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/VideoConfig.cpp
@@ -28,6 +28,7 @@ void UpdateActiveConfig()
VideoConfig::VideoConfig()
{
bRunning = false;
+ bFullscreen = false;
// Needed for the first frame, I think
fAspectRatioHackW = 1;