mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
VU: Synchronise VU1, added speedhack for old behaviour
This commit is contained in:
+2
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user