mirror of https://github.com/PCSX2/pcsx2.git
Fixed alignment problems noticed in Digital Devil Saga
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@947 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
756127d096
commit
8738f75ba7
|
@ -337,6 +337,8 @@ static void ProcessMemSkip(int size, unsigned int unpackType, const unsigned int
|
|||
VIFUNPACK_LOG("New addr %x CL %x WL %x", vif->tag.addr, vifRegs->cycle.cl, vifRegs->cycle.wl);
|
||||
}
|
||||
|
||||
//This is sorted out later
|
||||
vif->tag.addr &= ~0xf;
|
||||
}
|
||||
|
||||
static void VIFunpack(u32 *data, vifCode *v, int size, const unsigned int VIFdmanum)
|
||||
|
|
Loading…
Reference in New Issue