From 04cd06d5c285848c29278083891474ee78797c8a Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Sat, 3 Jan 2015 13:45:10 +0100 Subject: Pica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic. --- src/video_core/pica.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/video_core/pica.h') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index c20bf99d..23fc6b9b 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -266,6 +266,9 @@ struct Regs { AddSigned = 3, Lerp = 4, Subtract = 5, + + MultiplyThenAdd = 8, + AddThenMultiply = 9, }; union { -- cgit v1.2.3