mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
OGL: Add Top-and-Bottom stereoscopy mode.
This commit is contained in:
parent
1261bd02ca
commit
f74d1b16ed
5 changed files with 47 additions and 26 deletions
|
@ -48,6 +48,7 @@ enum StereoMode
|
|||
{
|
||||
STEREO_OFF = 0,
|
||||
STEREO_SBS,
|
||||
STEREO_TAB,
|
||||
STEREO_ANAGLYPH
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue