summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-12-28 15:14:53 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2014-12-28 15:14:53 -0600
commit15f074dd21af20426d94a4174ac87aae4cafb8f1 (patch)
tree1dcb80d0a81b7092c49ba6a225d56529532dac74 /Source/Core/VideoCommon/TextureCacheBase.h
parent9465a877f8e896463b9f43f94016d89019d1d5d5 (diff)
parent111b04388c65b7ee67fbc40656a1da4de3901e66 (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.h2
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;
};