mirror of https://github.com/PCSX2/pcsx2.git
Silly me for not proofreading the patch BEFORE commiting.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3215 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
c6ad0e52b5
commit
16bceab316
|
@ -596,7 +596,7 @@ s32 V_Core::NewDmaWrite(u32* data, u32 bytesLeft, u32* bytesProcessed)
|
|||
}
|
||||
|
||||
//memcpy((ADMATempBuffer+InputPosWrite+0x200),mptr,0x200);
|
||||
memcpy(GetMemPtr(0x2000+(Index<<10)+InputPosWrite),mptr,0x200);
|
||||
memcpy(GetMemPtr(0x2200+(Index<<10)+InputPosWrite),mptr,0x200);
|
||||
mptr+=0x100;
|
||||
|
||||
// Flag interrupt? If IRQA occurs between start and dest, flag it.
|
||||
|
|
Loading…
Reference in New Issue