VIF: Add missing internal DMA stall flag

This commit is contained in:
refractionpcsx2 2023-07-09 20:52:02 +01:00
parent c5aa04d4eb
commit df75d70df4
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ __fi void vif1SetupTransfer()
//DevCon.Warning("VIF1 DMA Stall");
// stalled
hwDmacIrq(DMAC_STALL_SIS);
CPU_SET_DMASTALL(DMAC_VIF1, true);
return;
}
}