diff --git a/Source/Core/VideoCommon/BPMemory.h b/Source/Core/VideoCommon/BPMemory.h index 1519d542fd..b5466097ac 100644 --- a/Source/Core/VideoCommon/BPMemory.h +++ b/Source/Core/VideoCommon/BPMemory.h @@ -884,7 +884,7 @@ union AlphaTest ALWAYS = 7 }; - enum Op + enum Op : u32 { AND = 0, OR = 1,