TextureCache: Add "Mono EFB Depth Copy" stereoscopy option.

This commit is contained in:
Jules Blok
2014-11-08 16:19:15 +01:00
parent 9994ccb342
commit 0f63186371
6 changed files with 22 additions and 18 deletions

View File

@ -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;
};