diff options
| author | Jules Blok <jules.blok@gmail.com> | 2014-10-31 15:25:42 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2014-11-23 14:27:39 +0100 |
| commit | 6c8f3fa8616381ea2957a2a00834a490407b9b2a (patch) | |
| tree | 536b989260bbea1712872ec4bc1b87e519dc6400 /Source/Core/VideoCommon/VideoConfig.h | |
| parent | 0eb0c47eba57366bf80d7c69b3a07b5924102c1c (diff) | |
VideoConfig: Add StereoMode enumeration.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index a44b0a78a2..2cd83e64c5 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -44,6 +44,12 @@ enum EFBScale SCALE_4X, }; +enum StereoMode +{ + STEREO_OFF = 0, + STEREO_SBS +}; + // NEVER inherit from this class. struct VideoConfig final { |
