mirror of https://github.com/PCSX2/pcsx2.git
Typo
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2542 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
54b8c44dad
commit
07927f00d6
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue