mirror of https://github.com/PCSX2/pcsx2.git
So yeah, an idiot. Everything i coded the other day was bugged, and somehow i didn't realize it before commiting.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2582 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fcf5b97e46
commit
ad5d7376d0
|
@ -274,7 +274,7 @@ s32 CALLBACK sio2DmaWrite(s32 channel, u32* tdata, u32 bytesLeft, u32* bytesProc
|
|||
for(int j=0;j<bc;j++)
|
||||
{
|
||||
sio.count = 1;
|
||||
for(int i=0;i<(bs*4);i++)
|
||||
for(int i=0;i<bs;i++)
|
||||
{
|
||||
sio2_fifoIn(*(data++));
|
||||
written++;
|
||||
|
|
Loading…
Reference in New Issue