mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
VideoConfig: Add StereoMode enumeration.
This commit is contained in:
parent
0eb0c47eba
commit
6c8f3fa861
2 changed files with 8 additions and 2 deletions
|
@ -44,6 +44,12 @@ enum EFBScale
|
|||
SCALE_4X,
|
||||
};
|
||||
|
||||
enum StereoMode
|
||||
{
|
||||
STEREO_OFF = 0,
|
||||
STEREO_SBS
|
||||
};
|
||||
|
||||
// NEVER inherit from this class.
|
||||
struct VideoConfig final
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue