GIF: Comment out packet register assertion

Triggers on "normal" register writes.
This commit is contained in:
Stenzek 2023-12-26 21:07:25 +10:00 committed by Connor McLaughlin
parent fb15893521
commit d585712b40
1 changed files with 1 additions and 1 deletions

View File

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