mirror of https://github.com/PCSX2/pcsx2.git
CDVD: If you abort, actually abort.
This commit is contained in:
parent
e40c2f97f0
commit
c5ae4a6957
|
@ -1147,6 +1147,7 @@ __fi void cdvdReadInterrupt()
|
|||
cdvdUpdateStatus(CDVD_STATUS_PAUSE);
|
||||
cdvd.WaitingDMA = false;
|
||||
cdvdSetIrq();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue