summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2015-05-14 15:49:40 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-07-14 07:16:10 +0200
commitd08e9b29e2f512a94da22399b9d68b7d2ad6c4a3 (patch)
treed6f74cf0bae4962298eba8c8a92512cb23761444 /src/video_core/pica.h
parentMerge pull request #904 from aroulin/y2r-narrowing-warning (diff)
downloadyuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.tar
yuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.tar.gz
yuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.tar.bz2
yuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.tar.lz
yuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.tar.xz
yuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.tar.zst
yuzu-d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/pica.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 46a7b21dc..026b10a62 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -290,6 +290,7 @@ struct Regs {
AddSigned = 3,
Lerp = 4,
Subtract = 5,
+ Dot3_RGB = 6,
MultiplyThenAdd = 8,
AddThenMultiply = 9,