VideoCommon: Remove dstalpha from BlendingState

It's not supported by any PC graphics API, and therefore completely unused
This commit is contained in:
TellowKrinkle
2022-06-13 18:24:57 -05:00
parent 991024173e
commit fb5648541c
2 changed files with 3 additions and 4 deletions

View File

@ -130,7 +130,6 @@ union BlendingState
BitField<0, 1, u32> blendenable;
BitField<1, 1, u32> logicopenable;
BitField<2, 1, u32> dstalpha;
BitField<3, 1, u32> colorupdate;
BitField<4, 1, u32> alphaupdate;
BitField<5, 1, u32> subtract;