mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
FifoAnalyzer: Fix "enumeration value ‘NotPresent’ not handled in switch" warning
This commit is contained in:
@ -704,6 +704,8 @@ public:
|
|||||||
case VertexComponentFormat::Direct:
|
case VertexComponentFormat::Direct:
|
||||||
process_simple_component(component_sizes[vtx_attr.GetColorFormat(c)]);
|
process_simple_component(component_sizes[vtx_attr.GetColorFormat(c)]);
|
||||||
break;
|
break;
|
||||||
|
case VertexComponentFormat::NotPresent:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (u32 t = 0; t < vtx_desc.high.TexCoord.Size(); t++)
|
for (u32 t = 0; t < vtx_desc.high.TexCoord.Size(); t++)
|
||||||
|
Reference in New Issue
Block a user