mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-04 04:01:22 +02:00
BPMemory: Fix an enum to use u32 as its underlying type.
This commit is contained in:
parent
5fc6ce59c3
commit
c6070b94ce
@ -884,7 +884,7 @@ union AlphaTest
|
|||||||
ALWAYS = 7
|
ALWAYS = 7
|
||||||
};
|
};
|
||||||
|
|
||||||
enum Op
|
enum Op : u32
|
||||||
{
|
{
|
||||||
AND = 0,
|
AND = 0,
|
||||||
OR = 1,
|
OR = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user