summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-01-02 15:26:50 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2015-02-18 14:50:28 +0100
commitaaf30ca4ee7cb539722a2928a578a579641987a1 (patch)
tree9f26da24086fd259c62d4c7306d46d6f96df1131 /src/video_core/pica.h
parentPica/Rasterizer: Rasterize actual pixel centers instead of pixel corners. (diff)
downloadyuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.tar
yuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.tar.gz
yuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.tar.bz2
yuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.tar.lz
yuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.tar.xz
yuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.tar.zst
yuzu-aaf30ca4ee7cb539722a2928a578a579641987a1.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/pica.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index cf9dc4853..effa61571 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -421,7 +421,7 @@ struct Regs {
INSERT_PADDING_WORDS(0x6);
u32 depth_format;
- u32 color_format;
+ BitField<16, 3, u32> color_format;
INSERT_PADDING_WORDS(0x4);