PixelShaderGen: Add support for RGBA6 EFB format truncation.

This commit is contained in:
Jules Blok
2016-09-07 17:19:26 +02:00
parent a583d36c7f
commit b958457e51
2 changed files with 22 additions and 5 deletions

View File

@ -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;