VideoConfig: Limit the StereoMonoEFBDepth option to the game ini and introduce a separate section for it.

This commit is contained in:
Jules Blok
2014-11-24 12:01:21 +01:00
parent 0f4d59f612
commit f64aadd362
4 changed files with 10 additions and 9 deletions

View File

@ -83,7 +83,6 @@ struct VideoConfig final
int iStereoSeparation;
int iStereoConvergence;
bool bStereoSwapEyes;
bool bStereoMonoEFBDepth;
// Information
bool bShowFPS;
@ -125,6 +124,9 @@ struct VideoConfig final
int iLog; // CONF_ bits
int iSaveTargetId; // TODO: Should be dropped
// Stereoscopy
bool bStereoMonoEFBDepth;
// D3D only config, mostly to be merged into the above
int iAdapter;