mirror of https://github.com/PCSX2/pcsx2.git
Fix for Crash N Burn
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@867 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
66fe03ad0d
commit
0748dca5af
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue