mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoConfig: Change convergence setting to percentage value.
This commit is contained in:
@ -168,7 +168,7 @@ protected:
|
||||
|
||||
void Event_StereoConvergence(wxCommandEvent &ev)
|
||||
{
|
||||
vconfig.iStereoConvergence = ev.GetInt();
|
||||
vconfig.iStereoConvergencePercentage = ev.GetInt();
|
||||
|
||||
ev.Skip();
|
||||
}
|
||||
|
Reference in New Issue
Block a user