Skip to content

Commit

Permalink
VU/Int: Fix for completing XGKick
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Sep 12, 2023
1 parent ce538a8 commit 07971d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/VUops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2693,10 +2693,10 @@ void _vuXGKICKTransfer(s32 cycles, bool flush)
{
VUM_LOG("XGKICK transfer finished");
VU1.xgkickenable = false;
VU0.VI[REG_VPU_STAT].UL &= ~(1 << 12);
// Check if VIF is waiting for the GIF to not be busy
if (vif1Regs.stat.VGW)
{
VU0.VI[REG_VPU_STAT].UL &= ~(1 << 12);
vif1Regs.stat.VGW = false;
CPU_INT(DMAC_VIF1, 8);
}
Expand Down

0 comments on commit 07971d2

Please sign in to comment.