summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-08-30 14:15:35 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-03 20:09:51 +0200
commit466e608c19c5bd70392bd4f4049fc7ba9963a14c (patch)
treee08a8ca19c935f4b2513151e0f280a29940f6d24 /src/video_core/pica.h
parentOpenGL: Add support for Sampler Objects to state tracker (diff)
downloadyuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.tar
yuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.tar.gz
yuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.tar.bz2
yuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.tar.lz
yuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.tar.xz
yuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.tar.zst
yuzu-466e608c19c5bd70392bd4f4049fc7ba9963a14c.zip
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 855cb442e..c1dca5087 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -135,6 +135,7 @@ struct Regs {
};
union {
+ u32 raw;
BitField< 0, 8, u32> r;
BitField< 8, 8, u32> g;
BitField<16, 8, u32> b;
@@ -339,6 +340,7 @@ struct Regs {
};
union {
+ u32 const_color;
BitField< 0, 8, u32> const_r;
BitField< 8, 8, u32> const_g;
BitField<16, 8, u32> const_b;
@@ -389,6 +391,7 @@ struct Regs {
TevStageConfig tev_stage5;
union {
+ u32 raw;
BitField< 0, 8, u32> r;
BitField< 8, 8, u32> g;
BitField<16, 8, u32> b;
@@ -473,6 +476,7 @@ struct Regs {
};
union {
+ u32 raw;
BitField< 0, 8, u32> r;
BitField< 8, 8, u32> g;
BitField<16, 8, u32> b;