mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 01:58:02 -05:00
Added RGBA5551 compatibility in the rasterizer
This allows Virtual Console games to display properly.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user