Remove PixelShaderGen hasindstage

This commit is contained in:
Pokechu22
2021-06-08 21:29:53 -07:00
parent c583cac568
commit 820d9ffbfa
3 changed files with 2 additions and 11 deletions

View File

@ -130,11 +130,9 @@ struct pixel_shader_uid_data
u32 tevorders_texcoord : 3;
u32 tevorders_enable : 1;
RasColorChan tevorders_colorchan : 3;
u32 pad1 : 6;
u32 pad1 : 7;
// TODO: Clean up the swapXY mess
// TODO: remove hasindstage, as it no longer does anything useful
u32 hasindstage : 1;
u32 tevind : 21;
u32 tevksel_swap1a : 2;
u32 tevksel_swap2a : 2;