Removed a hack which broke Midnight Club in r3285 to fix Batman Begins. Doesn't seem to be needed anymore.

This commit is contained in:
refraction 2014-05-29 00:10:18 +01:00
parent 53e2824937
commit fd8161c523
1 changed files with 0 additions and 6 deletions

View File

@ -214,12 +214,6 @@ __ri bool hwDmacSrcChainWithStack(DMACh& dma, int id) {
u32 temp = dma.madr;
dma.madr = dma.tadr + 16;
if(temp == 0)
{
DevCon.Warning("DMA Chain CALL next tag error. Tag Addr = 0");
dma.tadr = dma.madr + (dma.qwc << 4);
return false;
}
// Stash an address on the address stack pointer.
switch(dma.chcr.ASP)
{