mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00: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
|
||||
};
|
||||
|
||||
enum Op
|
||||
enum Op : u32
|
||||
{
|
||||
AND = 0,
|
||||
OR = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user