mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
60f42192e9
commit
3b0f153dbb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue