mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 22:27:51 +00:00
D3D: Add anaglyph stereoscopy support.
This commit is contained in:
parent
4b3e784949
commit
b06280e866
5 changed files with 30 additions and 4 deletions
|
@ -50,7 +50,7 @@ enum StereoMode
|
|||
STEREO_SBS,
|
||||
STEREO_TAB,
|
||||
STEREO_ANAGLYPH,
|
||||
STEREO_3DVISION = STEREO_ANAGLYPH
|
||||
STEREO_3DVISION
|
||||
};
|
||||
|
||||
// NEVER inherit from this class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue