git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2542 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gigaherz 2010-01-30 20:42:53 +00:00
parent 54b8c44dad
commit 07927f00d6
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ void IopDmaStart(int channel)
int pcr = (channel>=7)?(HW_DMA_PCR2 & (8 << ((channel-7) * 4))):(HW_DMA_PCR & (8 << (channel * 4)));
if ( !(chcr & 0x01000000) || pcr)
if ( !(chcr & 0x01000000) || !pcr)
return;
// I dont' really understand this, but it's used above. Is this BYTES OR WHAT?