Change unnamed enum in NativeVertexFormat.h to u32
This commit is contained in:
parent
07ad75f34f
commit
7523a62105
|
@ -10,7 +10,7 @@
|
|||
#include "VideoCommon/CPMemory.h"
|
||||
|
||||
// m_components
|
||||
enum
|
||||
enum : u32
|
||||
{
|
||||
VB_HAS_POSMTXIDX = (1 << 1),
|
||||
VB_HAS_TEXMTXIDX0 = (1 << 2),
|
||||
|
|
Loading…
Reference in New Issue