mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
FifoAnalyzer: Fix "enumeration value ‘NotPresent’ not handled in switch" warning
This commit is contained in:
parent
7c91acb000
commit
3b5faf90f3
1 changed files with 2 additions and 0 deletions
|
@ -704,6 +704,8 @@ public:
|
|||
case VertexComponentFormat::Direct:
|
||||
process_simple_component(component_sizes[vtx_attr.GetColorFormat(c)]);
|
||||
break;
|
||||
case VertexComponentFormat::NotPresent:
|
||||
break;
|
||||
}
|
||||
}
|
||||
for (u32 t = 0; t < vtx_desc.high.TexCoord.Size(); t++)
|
||||
|
|
Loading…
Add table
Reference in a new issue