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:
magumagu
2014-05-08 16:53:18 -07:00
parent 2983ae2823
commit 39d439fc48
5 changed files with 26 additions and 16 deletions

View File

@ -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: