That warning was annoying me :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5462 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2012-11-23 19:56:06 +00:00
parent 5cdad0ed20
commit ab207187bd
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ __fi tDMA_TAG* SPRdmaGetAddr(u32 addr, bool write)
if ((addr >= 0x11004000) && (addr < 0x11008000))
return (tDMA_TAG*)VU0.Mem + (addr & 0xff0);
// Unreachable
return NULL;
}
else
{