mirror of https://github.com/PCSX2/pcsx2.git
Forgot to check if my changes compiled with the new dmac stuff disabled. Thanks Pashifika.kasuru for pointing it out.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2560 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7090edf371
commit
8ef8958e2d
|
@ -421,7 +421,7 @@ void V_Core::DoDMAwrite(u16* pMem, u32 size)
|
|||
else
|
||||
{
|
||||
if(MsgDMA()) ConLog(" * SPU2: DMA%c Transfer of %d bytes to %x (%02x %x %04x).\n",
|
||||
GetDmaIndexChar(),bytesLeft,TSA,DMABits,AutoDMACtrl,(~Regs.ATTR)&0x7fff);
|
||||
GetDmaIndexChar(),size<<1,TSA,DMABits,AutoDMACtrl,(~Regs.ATTR)&0x7fff);
|
||||
|
||||
PlainDMAWrite(pMem,size);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue