mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
PostProcessing: Add support for anaglyph stereoscopy mode.
This commit is contained in:
@ -47,7 +47,8 @@ enum EFBScale
|
||||
enum StereoMode
|
||||
{
|
||||
STEREO_OFF = 0,
|
||||
STEREO_SBS
|
||||
STEREO_SBS,
|
||||
STEREO_ANAGLYPH
|
||||
};
|
||||
|
||||
// NEVER inherit from this class.
|
||||
|
Reference in New Issue
Block a user