summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorDarius Goad <alegend45@gmail.com>2015-02-07 18:43:08 +0100
committerDarius Goad <alegend45@gmail.com>2015-02-10 03:41:06 +0100
commit536958fb2940c9418b7e42e75eb245ae7527908e (patch)
tree8ff1ab719f3edc601cdc9f9dcef614dcccc50ede /src/video_core/pica.h
parentMerge pull request #541 from lioncash/nits (diff)
downloadyuzu-536958fb2940c9418b7e42e75eb245ae7527908e.tar
yuzu-536958fb2940c9418b7e42e75eb245ae7527908e.tar.gz
yuzu-536958fb2940c9418b7e42e75eb245ae7527908e.tar.bz2
yuzu-536958fb2940c9418b7e42e75eb245ae7527908e.tar.lz
yuzu-536958fb2940c9418b7e42e75eb245ae7527908e.tar.xz
yuzu-536958fb2940c9418b7e42e75eb245ae7527908e.tar.zst
yuzu-536958fb2940c9418b7e42e75eb245ae7527908e.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/pica.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 1566b890d..9c1a12dc8 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -338,7 +338,11 @@ struct Regs {
union {
enum BlendEquation : u32 {
- Add = 0,
+ Add = 0,
+ Subtract = 1,
+ ReverseSubtract = 2,
+ Min = 3,
+ Max = 4
};
enum BlendFactor : u32 {