mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
VideoConfig: Add separation and convergence modifiers to the game ini.
This commit is contained in:
parent
f64aadd362
commit
a04edbcb9a
3 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue