mirror of https://github.com/PCSX2/pcsx2.git
COP2/Int: Flush VU0 before running COP2
This commit is contained in:
parent
927d8ce237
commit
e9afe396b0
|
@ -42,7 +42,7 @@
|
|||
using namespace R5900;
|
||||
|
||||
void COP2_BC2() { Int_COP2BC2PrintTable[_Rt_]();}
|
||||
void COP2_SPECIAL() { Int_COP2SPECIAL1PrintTable[_Funct_]();}
|
||||
void COP2_SPECIAL() { _vu0FinishMicro(); Int_COP2SPECIAL1PrintTable[_Funct_]();}
|
||||
|
||||
void COP2_SPECIAL2() {
|
||||
Int_COP2SPECIAL2PrintTable[(cpuRegs.code & 0x3) | ((cpuRegs.code >> 4) & 0x7c)]();
|
||||
|
|
Loading…
Reference in New Issue