mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:37:59 -05:00
Pica/OutputMerger: Implement color format checking.
This commit is contained in:
@ -421,7 +421,7 @@ struct Regs {
|
||||
INSERT_PADDING_WORDS(0x6);
|
||||
|
||||
u32 depth_format;
|
||||
u32 color_format;
|
||||
BitField<16, 3, u32> color_format;
|
||||
|
||||
INSERT_PADDING_WORDS(0x4);
|
||||
|
||||
|
Reference in New Issue
Block a user