summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-01-03 13:49:53 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2015-02-18 14:50:28 +0100
commite11fb96408b27e2aa76e29a380fe3a2d15d37d32 (patch)
tree2c72c58a0a147d4e52fda485aca82eeabe93e060 /src/video_core/pica.h
parentPica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic. (diff)
downloadyuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.tar
yuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.tar.gz
yuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.tar.bz2
yuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.tar.lz
yuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.tar.xz
yuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.tar.zst
yuzu-e11fb96408b27e2aa76e29a380fe3a2d15d37d32.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/pica.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 23fc6b9ba..24f2c2382 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -224,6 +224,8 @@ struct Regs {
struct TevStageConfig {
enum class Source : u32 {
PrimaryColor = 0x0,
+ PrimaryFragmentColor = 0x1,
+
Texture0 = 0x3,
Texture1 = 0x4,
Texture2 = 0x5,