mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
PostProcessing: Add support for anaglyph stereoscopy mode.
This commit is contained in:
parent
6c8f3fa861
commit
c3ad6e7820
4 changed files with 30 additions and 8 deletions
|
@ -47,7 +47,8 @@ enum EFBScale
|
|||
enum StereoMode
|
||||
{
|
||||
STEREO_OFF = 0,
|
||||
STEREO_SBS
|
||||
STEREO_SBS,
|
||||
STEREO_ANAGLYPH
|
||||
};
|
||||
|
||||
// NEVER inherit from this class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue