VideoConfig: Add separation and convergence modifiers to the game ini.

This commit is contained in:
Jules Blok
2014-11-24 12:19:25 +01:00
parent f64aadd362
commit a04edbcb9a
3 changed files with 8 additions and 2 deletions

View File

@ -126,6 +126,8 @@ struct VideoConfig final
// Stereoscopy
bool bStereoMonoEFBDepth;
int iStereoSeparationPercent;
int iStereoConvergencePercent;
// D3D only config, mostly to be merged into the above
int iAdapter;