summaryrefslogtreecommitdiff
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-05-25 18:45:05 -0400
committerGravatar bunnei2015-05-31 01:52:42 -0400
commit33b9abb91e17e39ebadfa34ff3f6dac9f07f87d7 (patch)
tree2ff0e6c796bcc3d489c7fb3e67a78bccbc4a3cc4 /src/video_core/pica.h
parentrasterizer: Remove unnecessary 'using' for BlendEquation. (diff)
downloadyuzu-33b9abb91e17e39ebadfa34ff3f6dac9f07f87d7.tar.gz
yuzu-33b9abb91e17e39ebadfa34ff3f6dac9f07f87d7.tar.xz
yuzu-33b9abb91e17e39ebadfa34ff3f6dac9f07f87d7.zip
Pica: Use zero for the SecondaryFragmentColor source.
- This is a workaround until we support fragment lighting.
Diffstat (limited to 'src/video_core/pica.h')
-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 f8313d20d..8ad47a928 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -240,6 +240,7 @@ struct Regs {
240 enum class Source : u32 { 240 enum class Source : u32 {
241 PrimaryColor = 0x0, 241 PrimaryColor = 0x0,
242 PrimaryFragmentColor = 0x1, 242 PrimaryFragmentColor = 0x1,
243 SecondaryFragmentColor = 0x2,
243 244
244 Texture0 = 0x3, 245 Texture0 = 0x3,
245 Texture1 = 0x4, 246 Texture1 = 0x4,