mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
5cdad0ed20
commit
ab207187bd
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue