diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-12-28 15:14:53 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-12-28 15:14:53 -0600 |
| commit | 15f074dd21af20426d94a4174ac87aae4cafb8f1 (patch) | |
| tree | 1dcb80d0a81b7092c49ba6a225d56529532dac74 /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 9465a877f8e896463b9f43f94016d89019d1d5d5 (diff) | |
| parent | 111b04388c65b7ee67fbc40656a1da4de3901e66 (diff) | |
Merge pull request #1766 from Armada651/enable-stereo
Enable stereoscopy settings.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index d9cd2b8c16..c45894320c 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -146,7 +146,7 @@ private: bool s_hires_textures; bool s_copy_cache_enable; bool s_stereo_3d; - bool s_mono_efb_depth; + bool s_efb_mono_depth; } backup_config; }; |
