mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 10:40:48 -04: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