VU: Synchronise VU1, added speedhack for old behaviour

This commit is contained in:
refractionpcsx2
2020-12-13 22:02:37 +00:00
parent 4a90499ec9
commit 7138769182
20 changed files with 127 additions and 53 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
using namespace R5900;
using namespace R5900::Interpreter;
//#define CP2COND (((VU0.VI[REG_VPU_STAT].US[0] >> 8) & 1))
#define CP2COND (vif1Regs.stat.VEW)
#define CP2COND (((VU0.VI[REG_VPU_STAT].US[0] >> 8) & 1))
//#define CP2COND (vif1Regs.stat.VEW)
//Run the FINISH either side of the VCALL's as we have no control over it past here.
void VCALLMS() {