mirror of https://github.com/PCSX2/pcsx2.git
Dreaded IPU bug FOUND and SQISHED! -- this is the bug that was corrupting memory for all these years. ;)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3603 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d88cf47adb
commit
892eb3f2c6
|
@ -308,7 +308,7 @@ static void ipuBCLR(u32 val)
|
||||||
//g_BP.bufferhasnew = 0;
|
//g_BP.bufferhasnew = 0;
|
||||||
ipuRegs->ctrl.BUSY = 0;
|
ipuRegs->ctrl.BUSY = 0;
|
||||||
ipuRegs->cmd.BUSY = 0;
|
ipuRegs->cmd.BUSY = 0;
|
||||||
memzero_ptr<80>(readbits);
|
memzero(_readbits);
|
||||||
IPU_LOG("Clear IPU input FIFO. Set Bit offset=0x%X", g_BP.BP);
|
IPU_LOG("Clear IPU input FIFO. Set Bit offset=0x%X", g_BP.BP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue