cdrom: don't read and play simultaneously
[pcsx_rearmed.git] / libpcsxcore / cdrom.c
index 191a737..00e65a5 100644 (file)
@@ -686,6 +686,7 @@ void cdrInterrupt() {
                        ReadTrack(cdr.SetSectorPlay);
                        cdr.TrackChanged = FALSE;
 
+                       StopReading();
                        if (!Config.Cdda)
                                CDR_play(cdr.SetSectorPlay);