mirror of https://github.com/PCSX2/pcsx2.git
This one wasn't needed afteral :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4314 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
2b858e60e3
commit
0b3a1eee8c
|
@ -344,7 +344,6 @@ __fi bool dmacWrite32( u32 mem, mem32_t& value )
|
|||
icase(D7_CHCR) // dma7 - sif2
|
||||
{
|
||||
DMA_LOG("SIF2dma EXECUTE, value=0x%x", value);
|
||||
DevCon.Warning("SIF2 DMA call");
|
||||
DmaExec(dmaSIF2, mem, value);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue