diff options
| author | Jules Blok <jules.blok@gmail.com> | 2014-10-30 23:29:56 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2014-11-23 14:27:38 +0100 |
| commit | 9b22e151803ccfb757eb9319f1b32e3d1999f42e (patch) | |
| tree | a4ca5f293bb1b89104d26327f0aa9bbe8eb737e8 /Source/Core/VideoCommon/VideoConfig.h | |
| parent | 4d9589b35f2629c558a9a7efdee3d66497fc0fc6 (diff) | |
VideoConfigDiag: Add stereoscopy options group.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index b1682bab58..a44b0a78a2 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -71,6 +71,9 @@ struct VideoConfig final bool bForceFiltering; int iMaxAnisotropy; std::string sPostProcessingShader; + int iStereoMode; + int iStereoSeparation; + int iStereoFocalLength; // Information bool bShowFPS; @@ -92,9 +95,6 @@ struct VideoConfig final bool bDumpEFBTarget; bool bUseFFV1; bool bFreeLook; - bool bStereo; - int iStereoSeparation; - int iStereoFocalLength; bool bBorderlessFullscreen; // Hacks |
