mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 06:58:17 -05:00
VideoCore: Implement the DOT3_RGB combiner
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
2501f111a6
commit
d08e9b29e2
@ -290,6 +290,7 @@ struct Regs {
|
||||
AddSigned = 3,
|
||||
Lerp = 4,
|
||||
Subtract = 5,
|
||||
Dot3_RGB = 6,
|
||||
|
||||
MultiplyThenAdd = 8,
|
||||
AddThenMultiply = 9,
|
||||
|
Reference in New Issue
Block a user