Magna Carta now works. Please report if you have any new bugs with this.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@176 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
ramapcsx2 2008-10-08 16:10:41 +00:00 committed by Gregory Hainaut
parent 60f42192e9
commit 3b0f153dbb
1 changed files with 2 additions and 1 deletions

View File

@ -506,7 +506,8 @@ u32 SuperVUGetVIAddr(int reg, int read)
#ifdef SUPERVU_VIBRANCHDELAY
if( read != 0 && (s_pCurInst->regs[0].pipe == VUPIPE_BRANCH) && s_pCurInst->vicached >= 0 && s_pCurInst->vicached == reg ) {
// test for branch delays
return (uptr)&s_VIBranchDelay;
//return (uptr)&s_VIBranchDelay;
SysPrintf("VIBRANCHDELAY! Report if this breaks anything (rama)\n");
}
#endif