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