summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-01-03 13:45:10 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2015-02-18 14:50:28 +0100
commit04cd06d5c285848c29278083891474ee78797c8a (patch)
tree850483bcfd106c8c4e3257b96f1b71f06cd21e60 /src/video_core/pica.h
parentPica/OutputMerger: Fix flipped framebuffers. (diff)
downloadyuzu-04cd06d5c285848c29278083891474ee78797c8a.tar
yuzu-04cd06d5c285848c29278083891474ee78797c8a.tar.gz
yuzu-04cd06d5c285848c29278083891474ee78797c8a.tar.bz2
yuzu-04cd06d5c285848c29278083891474ee78797c8a.tar.lz
yuzu-04cd06d5c285848c29278083891474ee78797c8a.tar.xz
yuzu-04cd06d5c285848c29278083891474ee78797c8a.tar.zst
yuzu-04cd06d5c285848c29278083891474ee78797c8a.zip
Diffstat (limited to '')
-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 c20bf99d4..23fc6b9ba 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 {