mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-26 21:00:49 -05:00
Change unnamed enum in NativeVertexFormat.h to u32
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "VideoCommon/CPMemory.h"
|
||||
|
||||
// m_components
|
||||
enum
|
||||
enum : u32
|
||||
{
|
||||
VB_HAS_POSMTXIDX = (1 << 1),
|
||||
VB_HAS_TEXMTXIDX0 = (1 << 2),
|
||||
|
||||
Reference in New Issue
Block a user