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:
refraction 2010-06-24 15:29:25 +00:00
parent 01784357db
commit a481875fb1
1 changed files with 0 additions and 1 deletions

View File

@ -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];
}