From 7f9ee69a2bc769042433dba3970137b7be9afa03 Mon Sep 17 00:00:00 2001 From: archshift Date: Thu, 26 Feb 2015 19:11:39 -0800 Subject: Added RGBA5551 compatibility in the rasterizer This allows Virtual Console games to display properly. --- src/video_core/pica.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/pica.h') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index d03b811d..96d0c72f 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -409,6 +409,7 @@ struct Regs { } output_merger; struct { + // Components are laid out in reverse byte order, most significant bits first. enum ColorFormat : u32 { RGBA8 = 0, RGB8 = 1, -- cgit v1.2.3