Oops, lost the quadword alignment in dmaGetAddr

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2887 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1 2010-04-22 16:44:21 +00:00
parent f11de3c60e
commit d97484a008
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ static __forceinline tDMA_TAG *dmaGetAddr(u32 addr, bool write)
}
// FIXME: Why??? DMA uses physical addresses
addr &= 0x1fffffff;
addr &= 0x1ffffff0;
if (addr > 0x10000000)
{