Added "Reverse Side by Side" Sterioscopic 3D mode

This commit is contained in:
OpenSauce04
2024-08-24 13:17:45 +01:00
parent c4583264c9
commit 9da0b8f9ad
7 changed files with 53 additions and 15 deletions

View File

@@ -56,10 +56,11 @@ enum class PortraitLayoutOption : u32 {
enum class StereoRenderOption : u32 {
Off = 0,
SideBySide = 1,
Anaglyph = 2,
Interlaced = 3,
ReverseInterlaced = 4,
CardboardVR = 5
ReverseSideBySide = 2,
Anaglyph = 3,
Interlaced = 4,
ReverseInterlaced = 5,
CardboardVR = 6
};
// Which eye to render when 3d is off. 800px wide mode could be added here in the future, when