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:
Jake.Stine 2010-08-05 03:25:25 +00:00
parent d88cf47adb
commit 892eb3f2c6
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static void ipuBCLR(u32 val)
//g_BP.bufferhasnew = 0;
ipuRegs->ctrl.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);
}