summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-10-31 16:05:44 +0100
committerJules Blok <jules.blok@gmail.com>2014-11-23 14:27:39 +0100
commit1261bd02caa0ca2503bdd52e7b37c22f8e0bcde5 (patch)
treebe38205c35d5341f8380ae60328e810b335b516c /Source/Core/VideoCommon/VideoConfig.h
parentc3ad6e78207bc0f64a9687fd8f27fbe0f7606bc7 (diff)
VertexShaderManager: Add stereoscopy options to swap the left and right eye.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index 2eec352021..a03e70bdc6 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -81,6 +81,7 @@ struct VideoConfig final
int iStereoMode;
int iStereoSeparation;
int iStereoFocalLength;
+ bool bStereoSwapEyes;
// Information
bool bShowFPS;