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

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

View file

@ -83,6 +83,7 @@ struct VideoConfig final
int iStereoSeparation;
int iStereoFocalLength;
bool bStereoSwapEyes;
bool bStereoMonoEFBDepth;
// Information
bool bShowFPS;