From: notaz Date: Mon, 6 Jun 2022 21:45:57 +0000 (+0300) Subject: cdrom: don't read and play simultaneously X-Git-Tag: r24l~457 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e569b6c1735d62244080f7ee5b39dab363b20086;p=pcsx_rearmed.git cdrom: don't read and play simultaneously notaz/pcsx_rearmed#250 --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 6f4027c2..5a556a0a 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -686,6 +686,7 @@ void cdrInterrupt() { ReadTrack(cdr.SetSectorPlay); cdr.TrackChanged = FALSE; + StopReading(); if (!Config.Cdda) CDR_play();