notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e785150
)
cdrom: don't read and play simultaneously
author
notaz
<notasas@gmail.com>
Mon, 6 Jun 2022 21:45:57 +0000
(
00:45
+0300)
committer
notaz
<notasas@gmail.com>
Mon, 6 Jun 2022 21:45:57 +0000
(
00:45
+0300)
notaz/pcsx_rearmed#250
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
191a737
..
00e65a5
100644
(file)
--- 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(cdr.SetSectorPlay);