mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VideoConfig: Add separation and convergence modifiers to the game ini.
This commit is contained in:
@ -126,6 +126,8 @@ struct VideoConfig final
|
||||
|
||||
// Stereoscopy
|
||||
bool bStereoMonoEFBDepth;
|
||||
int iStereoSeparationPercent;
|
||||
int iStereoConvergencePercent;
|
||||
|
||||
// D3D only config, mostly to be merged into the above
|
||||
int iAdapter;
|
||||
|
Reference in New Issue
Block a user