mirror of https://github.com/PCSX2/pcsx2.git
GIF: Fix reset functionality to properly abort the current packet
This commit is contained in:
parent
cfb5e203b3
commit
8ba768ecec
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue