From 7523a62105cf5af34dff4dabc771320513e0ddfc Mon Sep 17 00:00:00 2001 From: get <45425365+Minty-Meeo@users.noreply.github.com> Date: Sat, 17 Jun 2023 08:09:14 -0500 Subject: [PATCH] Change unnamed enum in NativeVertexFormat.h to u32 --- Source/Core/VideoCommon/NativeVertexFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/NativeVertexFormat.h b/Source/Core/VideoCommon/NativeVertexFormat.h index c2761c9514..597f492e9e 100644 --- a/Source/Core/VideoCommon/NativeVertexFormat.h +++ b/Source/Core/VideoCommon/NativeVertexFormat.h @@ -10,7 +10,7 @@ #include "VideoCommon/CPMemory.h" // m_components -enum +enum : u32 { VB_HAS_POSMTXIDX = (1 << 1), VB_HAS_TEXMTXIDX0 = (1 << 2),