VideoConfig: Rename "StereoMonoEFBDepth" to "StereoEFBMonoDepth"

Makes a little bit more sense.
This commit is contained in:
Jules Blok
2014-12-24 23:06:44 +01:00
parent 1105dd7dcd
commit 31a55384b3
6 changed files with 8 additions and 8 deletions

View File

@ -126,7 +126,7 @@ struct VideoConfig final
int iSaveTargetId; // TODO: Should be dropped
// Stereoscopy
bool bStereoMonoEFBDepth;
bool bStereoEFBMonoDepth;
int iStereoSeparationPercent;
int iStereoConvergencePercent;
int iStereoDepthPercentage;