diff --git a/pcsx2/VifDma.cpp b/pcsx2/VifDma.cpp index a37fb08db7..806e59f87a 100644 --- a/pcsx2/VifDma.cpp +++ b/pcsx2/VifDma.cpp @@ -2411,6 +2411,7 @@ void vif1Write32(u32 mem, u32 value) // just stoppin the VIF (linuz). vif1Regs->stat |= VIF1_STAT_VSS; vif1Regs->stat &= ~VIF1_STAT_VPS; + vif1.inprogress = 0; vif1.vifstalled = 1; } if (value & 0x8)