mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
BPMemory: Fix an enum to use u32 as its underlying type.
This commit is contained in:
parent
5fc6ce59c3
commit
c6070b94ce
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ union AlphaTest
|
|||
ALWAYS = 7
|
||||
};
|
||||
|
||||
enum Op
|
||||
enum Op : u32
|
||||
{
|
||||
AND = 0,
|
||||
OR = 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue