mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove PixelShaderGen hasindstage
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user