diff options
author | wwylele <wwylele@gmail.com> | 2017-04-19 22:48:10 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-04-19 22:48:10 +0200 |
commit | b624a9520546410445c1320fac163759c9be6750 (patch) | |
tree | 232f7c3b141fbfde8e9972e94081a958ee3c0627 /src/video_core/regs_texturing.h | |
parent | Merge pull request #2659 from MerryMage/dsp_dsp-correction (diff) | |
download | yuzu-b624a9520546410445c1320fac163759c9be6750.tar yuzu-b624a9520546410445c1320fac163759c9be6750.tar.gz yuzu-b624a9520546410445c1320fac163759c9be6750.tar.bz2 yuzu-b624a9520546410445c1320fac163759c9be6750.tar.lz yuzu-b624a9520546410445c1320fac163759c9be6750.tar.xz yuzu-b624a9520546410445c1320fac163759c9be6750.tar.zst yuzu-b624a9520546410445c1320fac163759c9be6750.zip |
Diffstat (limited to 'src/video_core/regs_texturing.h')
-rw-r--r-- | src/video_core/regs_texturing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/regs_texturing.h b/src/video_core/regs_texturing.h index be8bc6826..0b62da145 100644 --- a/src/video_core/regs_texturing.h +++ b/src/video_core/regs_texturing.h @@ -199,7 +199,7 @@ struct TexturingRegs { Lerp = 4, Subtract = 5, Dot3_RGB = 6, - + Dot3_RGBA = 7, MultiplyThenAdd = 8, AddThenMultiply = 9, }; |