cdrom: don't read and play simultaneously
authornotaz <notasas@gmail.com>
Mon, 6 Jun 2022 21:45:57 +0000 (00:45 +0300)
committernotaz <notasas@gmail.com>
Mon, 6 Jun 2022 21:45:57 +0000 (00:45 +0300)
notaz/pcsx_rearmed#250

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);