mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
VideoConfigDiag: Add stereoscopy options group.
This commit is contained in:
parent
4d9589b35f
commit
9b22e15180
12 changed files with 75 additions and 34 deletions
|
@ -71,6 +71,9 @@ struct VideoConfig final
|
|||
bool bForceFiltering;
|
||||
int iMaxAnisotropy;
|
||||
std::string sPostProcessingShader;
|
||||
int iStereoMode;
|
||||
int iStereoSeparation;
|
||||
int iStereoFocalLength;
|
||||
|
||||
// Information
|
||||
bool bShowFPS;
|
||||
|
@ -92,9 +95,6 @@ struct VideoConfig final
|
|||
bool bDumpEFBTarget;
|
||||
bool bUseFFV1;
|
||||
bool bFreeLook;
|
||||
bool bStereo;
|
||||
int iStereoSeparation;
|
||||
int iStereoFocalLength;
|
||||
bool bBorderlessFullscreen;
|
||||
|
||||
// Hacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue