summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/rendutil.h')
-rw-r--r--src/emu/rendutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/rendutil.h b/src/emu/rendutil.h
index d9b22ab5f3b..5912dd9ab13 100644
--- a/src/emu/rendutil.h
+++ b/src/emu/rendutil.h
@@ -124,8 +124,8 @@ INLINE void set_render_color(render_color *color, float a, float r, float g, flo
INLINE int orientation_swap_flips(int orientation)
{
return (orientation & ORIENTATION_SWAP_XY) |
- ((orientation & ORIENTATION_FLIP_X) ? ORIENTATION_FLIP_Y : 0) |
- ((orientation & ORIENTATION_FLIP_Y) ? ORIENTATION_FLIP_X : 0);
+ ((orientation & ORIENTATION_FLIP_X) ? ORIENTATION_FLIP_Y : 0) |
+ ((orientation & ORIENTATION_FLIP_Y) ? ORIENTATION_FLIP_X : 0);
}
@@ -200,4 +200,4 @@ INLINE UINT8 apply_brightness_contrast_gamma(UINT8 src, float brightness, float
}
-#endif /* __RENDUTIL_H__ */
+#endif /* __RENDUTIL_H__ */