mirror of https://github.com/PCSX2/pcsx2.git
Apologies... Monkey problems, I'm sure you understand.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3287 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
01784357db
commit
a481875fb1
|
@ -670,7 +670,6 @@ static __forceinline tDMA_TAG *dmaGetAddr(u32 addr, bool write)
|
|||
|
||||
if (addr < Ps2MemSize::Base)
|
||||
{
|
||||
if(addr == 0) return NULL;
|
||||
return (tDMA_TAG*)&psM[addr];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue