mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -518,7 +518,7 @@ void VertexShaderManager::SetConstants()
|
|||
float offset = g_ActiveConfig.iStereoSeparation / 10000.0f;
|
||||
constants.stereoparams[0] = (g_ActiveConfig.bStereoSwapEyes) ? offset : -offset;
|
||||
constants.stereoparams[1] = (g_ActiveConfig.bStereoSwapEyes) ? -offset : offset;
|
||||
constants.stereoparams[2] = (float)g_ActiveConfig.iStereoFocalLength;
|
||||
constants.stereoparams[2] = (float)g_ActiveConfig.iStereoConvergence;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue