VideoConfig: Rename StereoFocalLength to StereoConvergence.

This commit is contained in:
Jules Blok
2014-11-24 11:50:35 +01:00
parent 9b2cd82da5
commit 0f4d59f612
6 changed files with 11 additions and 11 deletions

View File

@ -81,7 +81,7 @@ struct VideoConfig final
std::string sPostProcessingShader;
int iStereoMode;
int iStereoSeparation;
int iStereoFocalLength;
int iStereoConvergence;
bool bStereoSwapEyes;
bool bStereoMonoEFBDepth;