GIF: Fix reset functionality to properly abort the current packet

This commit is contained in:
refractionpcsx2 2022-11-13 23:49:52 +00:00
parent cfb5e203b3
commit 8ba768ecec
1 changed files with 3 additions and 0 deletions

View File

@ -239,7 +239,10 @@ struct Gif_Path
if (!isMTVU()) // MTVU Freaks out if you try to reset it, so let's just let it transfer
{
GUNIT_WARN("Gif Path %d - Soft Reset", idx + 1);
gifTag.Reset();
gsPack.Reset();
curSize = curOffset;
gsPack.offset = curOffset;
}
return;
}