mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
D3D: Add quad-buffer stereoscopy support.
This commit is contained in:
parent
6863abb31d
commit
179602e921
4 changed files with 13 additions and 7 deletions
|
@ -47,6 +47,7 @@ enum StereoMode
|
|||
STEREO_SBS,
|
||||
STEREO_TAB,
|
||||
STEREO_ANAGLYPH,
|
||||
STEREO_QUADBUFFER,
|
||||
STEREO_3DVISION
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue