Skip to content

Commit

Permalink
COP2/Int: Flush VU0 before running COP2
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Nov 3, 2023
1 parent 927d8ce commit e9afe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/VU0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)]();
Expand Down

0 comments on commit e9afe39

Please sign in to comment.