--- a/src/display.h Sun Mar 04 21:10:12 2012 +1000 +++ b/src/display.h Wed May 27 08:46:29 2015 +1000 @@ -101,7 +101,7 @@ uint32_t width; uint32_t height; uint32_t rowstride; - uint32_t colour_format; + uint32_t colour_format; /* Colour format that the dreamcast expects the data to be in */ sh4addr_t address; uint32_t size; /* Size of buffer in bytes, must be width*height*bpp */ gboolean inverted;/* True if the buffer is upside down */ @@ -111,6 +111,7 @@ struct display_capabilities { gboolean has_gl; gboolean has_sl; + gboolean has_bgra; int depth_bits; int stencil_bits; /* 0 = no stencil buffer */ };