mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
PixelShaderGen: Add support for RGBA6 EFB format truncation.
This commit is contained in:
parent
a583d36c7f
commit
b958457e51
2 changed files with 22 additions and 5 deletions
|
@ -53,7 +53,8 @@ struct pixel_shader_uid_data
|
|||
u32 msaa : 1;
|
||||
u32 ssaa : 1;
|
||||
u32 numColorChans : 2;
|
||||
u32 pad : 14;
|
||||
u32 rgba6_format : 1;
|
||||
u32 pad : 13;
|
||||
|
||||
u32 texMtxInfo_n_projection : 8; // 8x1 bit
|
||||
u32 tevindref_bi0 : 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue