mirror of https://github.com/PCSX2/pcsx2.git
GIF: Comment out packet register assertion
Triggers on "normal" register writes.
This commit is contained in:
parent
fb15893521
commit
d585712b40
|
@ -450,7 +450,7 @@ struct Gif_Path
|
|||
break; // Exit Early
|
||||
if (gifTag.curReg() == GIF_REG_A_D)
|
||||
{
|
||||
pxAssertMsg(Gif_HandlerAD_Debug(&buffer[curOffset]), "Unhandled GIF packet");
|
||||
// pxAssertMsg(Gif_HandlerAD_Debug(&buffer[curOffset]), "Unhandled GIF packet");
|
||||
Gif_HandlerAD_MTVU(&buffer[curOffset]);
|
||||
}
|
||||
incTag(curOffset, gsPack.size, 16); // 1 QWC
|
||||
|
|
Loading…
Reference in New Issue