mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
VideoConfig: Limit the StereoMonoEFBDepth option to the game ini and introduce a separate section for it.
This commit is contained in:
parent
0f4d59f612
commit
f64aadd362
4 changed files with 10 additions and 9 deletions
|
@ -83,7 +83,6 @@ struct VideoConfig final
|
|||
int iStereoSeparation;
|
||||
int iStereoConvergence;
|
||||
bool bStereoSwapEyes;
|
||||
bool bStereoMonoEFBDepth;
|
||||
|
||||
// Information
|
||||
bool bShowFPS;
|
||||
|
@ -125,6 +124,9 @@ struct VideoConfig final
|
|||
int iLog; // CONF_ bits
|
||||
int iSaveTargetId; // TODO: Should be dropped
|
||||
|
||||
// Stereoscopy
|
||||
bool bStereoMonoEFBDepth;
|
||||
|
||||
// D3D only config, mostly to be merged into the above
|
||||
int iAdapter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue