mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoConfig: Rename StereoFocalLength to StereoConvergence.
This commit is contained in:
@ -174,7 +174,7 @@ protected:
|
||||
|
||||
void Event_StereoFoc(wxCommandEvent &ev)
|
||||
{
|
||||
vconfig.iStereoFocalLength = ev.GetInt();
|
||||
vconfig.iStereoConvergence = ev.GetInt();
|
||||
|
||||
ev.Skip();
|
||||
}
|
||||
|
Reference in New Issue
Block a user