mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Add geometry shader generator for stereo 3D.
This commit is contained in:
parent
6670cacddc
commit
b005f61a2e
13 changed files with 209 additions and 25 deletions
|
@ -92,9 +92,9 @@ struct VideoConfig final
|
|||
bool bDumpEFBTarget;
|
||||
bool bUseFFV1;
|
||||
bool bFreeLook;
|
||||
bool bAnaglyphStereo;
|
||||
int iAnaglyphStereoSeparation;
|
||||
int iAnaglyphFocalAngle;
|
||||
bool bStereo;
|
||||
int iStereoSeparation;
|
||||
int iStereoFocalAngle;
|
||||
bool bBorderlessFullscreen;
|
||||
|
||||
// Hacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue