Pica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic.

This commit is contained in:
Tony Wasserka 2015-01-03 13:45:10 +01:00
parent 087edcfbec
commit 04cd06d5c2
2 changed files with 28 additions and 0 deletions

View file

@ -266,6 +266,9 @@ struct Regs {
AddSigned = 3,
Lerp = 4,
Subtract = 5,
MultiplyThenAdd = 8,
AddThenMultiply = 9,
};
union {