mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
VideoCommon: Implement passive stereoscopic 3D
This commit is contained in:
parent
99a4ca8de7
commit
c513bb5309
6 changed files with 57 additions and 15 deletions
|
@ -39,7 +39,8 @@ enum class StereoMode : int
|
|||
TAB,
|
||||
Anaglyph,
|
||||
QuadBuffer,
|
||||
Nvidia3DVision
|
||||
Passive,
|
||||
Nvidia3DVision,
|
||||
};
|
||||
|
||||
enum class ShaderCompilationMode : int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue