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:
gigaherz 2010-02-10 14:40:14 +00:00
parent fcf5b97e46
commit ad5d7376d0
1 changed files with 1 additions and 1 deletions

View File

@ -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++;