mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
53e2824937
commit
fd8161c523
|
@ -214,12 +214,6 @@ __ri bool hwDmacSrcChainWithStack(DMACh& dma, int id) {
|
||||||
u32 temp = dma.madr;
|
u32 temp = dma.madr;
|
||||||
dma.madr = dma.tadr + 16;
|
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.
|
// Stash an address on the address stack pointer.
|
||||||
switch(dma.chcr.ASP)
|
switch(dma.chcr.ASP)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue