mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:37:59 -05:00
Pica/BlendUnit: Implement separate color/alpha blend equations.
This commit is contained in:
@ -343,7 +343,7 @@ struct Regs {
|
||||
};
|
||||
|
||||
union {
|
||||
enum BlendEquation : u32 {
|
||||
enum class BlendEquation : u32 {
|
||||
Add = 0,
|
||||
Subtract = 1,
|
||||
ReverseSubtract = 2,
|
||||
|
Reference in New Issue
Block a user