Change unnamed enum in NativeVertexFormat.h to u32

This commit is contained in:
get 2023-06-17 08:09:14 -05:00
parent 07ad75f34f
commit 7523a62105
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "VideoCommon/CPMemory.h"
// m_components
enum
enum : u32
{
VB_HAS_POSMTXIDX = (1 << 1),
VB_HAS_TEXMTXIDX0 = (1 << 2),