mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
VideoConfig: Rename StereoFocalLength to StereoConvergence.
This commit is contained in:
parent
9b2cd82da5
commit
0f4d59f612
6 changed files with 11 additions and 11 deletions
|
@ -81,7 +81,7 @@ struct VideoConfig final
|
|||
std::string sPostProcessingShader;
|
||||
int iStereoMode;
|
||||
int iStereoSeparation;
|
||||
int iStereoFocalLength;
|
||||
int iStereoConvergence;
|
||||
bool bStereoSwapEyes;
|
||||
bool bStereoMonoEFBDepth;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue