mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VideoConfig: Rename Separation to Depth and update descriptions.
More accurate since it's not a real IPD and Nvidia also calls it depth.
This commit is contained in:
@ -167,7 +167,7 @@ protected:
|
||||
|
||||
void Event_StereoSep(wxCommandEvent &ev)
|
||||
{
|
||||
vconfig.iStereoSeparation = ev.GetInt();
|
||||
vconfig.iStereoDepth = ev.GetInt();
|
||||
|
||||
ev.Skip();
|
||||
}
|
||||
|
Reference in New Issue
Block a user