aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h3
1 files changed, 3 insertions, 0 deletions
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 {