summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2016-11-09 01:09:40 +0100
committerJules Blok <jules.blok@gmail.com>2016-11-11 20:36:09 +0100
commit0a194f8a3e1378acffe82c6c9d4ea3f5aa7a4ddd (patch)
tree6eb4a30565c20621f5d9f9d30197c8ade3eae50b /Source/Core/VideoCommon/VideoConfig.cpp
parentc21efa0cad0e968dcc9c439169e09ba7b3fed27c (diff)
VideoConfig: Remove fullscreen flags.
These weren't actually settings, they were used as a bad way to communicate with the GPU thread.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp
index 0e79b4b180..115dbf8162 100644
--- a/Source/Core/VideoCommon/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/VideoConfig.cpp
@@ -31,10 +31,6 @@ VideoConfig::VideoConfig()
{
bRunning = false;
- // Exclusive fullscreen flags
- bFullscreen = false;
- bExclusiveMode = false;
-
// Needed for the first frame, I think
fAspectRatioHackW = 1;
fAspectRatioHackH = 1;