summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cdrom.c')
-rwxr-xr-xlibpcsxcore/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 41537d56..05b4be71 100755
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -659,7 +659,7 @@ void cdrPlayInterrupt()
if (!cdr.Play) return;
- if (CDR_readCDDA && !cdr.Muted && cdr.CurTrack > 1) {
+ if (CDR_readCDDA && !cdr.Muted) {
CDR_readCDDA(cdr.SetSectorPlay[0], cdr.SetSectorPlay[1],
cdr.SetSectorPlay[2], cdr.Transfer);