mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Change unnamed enum in NativeVertexFormat.h to u32
This commit is contained in:
parent
07ad75f34f
commit
7523a62105
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "VideoCommon/CPMemory.h"
|
||||
|
||||
// m_components
|
||||
enum
|
||||
enum : u32
|
||||
{
|
||||
VB_HAS_POSMTXIDX = (1 << 1),
|
||||
VB_HAS_TEXMTXIDX0 = (1 << 2),
|
||||
|
|
Loading…
Add table
Reference in a new issue