summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-11-08 16:19:15 +0100
committerJules Blok <jules.blok@gmail.com>2014-11-23 14:27:40 +0100
commit0f63186371c4f0bcc784fa8506d18b9514075d29 (patch)
tree2470df87ce474d93f6a8503833058b53283a63d9 /Source/Core/VideoCommon/TextureCacheBase.h
parent9994ccb3422b88649eb160bf373d4d29b08a4768 (diff)
TextureCache: Add "Mono EFB Depth Copy" stereoscopy option.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h
index 64bc41f19d..d9cd2b8c16 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.h
+++ b/Source/Core/VideoCommon/TextureCacheBase.h
@@ -146,6 +146,7 @@ private:
bool s_hires_textures;
bool s_copy_cache_enable;
bool s_stereo_3d;
+ bool s_mono_efb_depth;
} backup_config;
};