Skip to content

Commit

Permalink
Avoid breaking skins comparing System.StereoscopicMode after 6345.
Browse files Browse the repository at this point in the history
  • Loading branch information
menakite authored and popcornmix committed Mar 16, 2015
1 parent da8151f commit 33a4991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/rendering/RenderSystem.h
Expand Up @@ -74,10 +74,10 @@ enum RENDER_STEREO_MODE
RENDER_STEREO_MODE_SPLIT_VERTICAL,
RENDER_STEREO_MODE_ANAGLYPH_RED_CYAN,
RENDER_STEREO_MODE_ANAGLYPH_GREEN_MAGENTA,
RENDER_STEREO_MODE_ANAGLYPH_YELLOW_BLUE,
RENDER_STEREO_MODE_INTERLACED,
RENDER_STEREO_MODE_HARDWAREBASED,
RENDER_STEREO_MODE_MONO,
RENDER_STEREO_MODE_ANAGLYPH_YELLOW_BLUE,
RENDER_STEREO_MODE_COUNT,

// psuevdo modes
Expand Down

0 comments on commit 33a4991

Please sign in to comment.