mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 19:00:09 +02:00
Opcode decoding: handle missing opcodes 0x88 etc.
Hardware testing shows that they do the same thing as the 0x80 family of opcodes: they draw quads.
This commit is contained in:
@ -25,6 +25,7 @@ void SetupUnit::SetupVertex()
|
||||
switch (m_PrimType)
|
||||
{
|
||||
case GX_DRAW_QUADS:
|
||||
case GX_DRAW_QUADS_2:
|
||||
SetupQuad();
|
||||
break;
|
||||
case GX_DRAW_TRIANGLES:
|
||||
|
Reference in New Issue
Block a user