mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VideoConfig: Limit the StereoMonoEFBDepth option to the game ini and introduce a separate section for it.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user