summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.c
diff options
context:
space:
mode:
authorSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-12 21:07:37 +0000
committerSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-12 21:07:37 +0000
commitc288a602fc242050515e4ff3753bce02e713077e (patch)
tree16c6825f12dd396e888d6f9940cde5a4cac08907 /libpcsxcore/cdrom.c
parentc59b7d800daeee2768e636dfde1db6aea539f5fb (diff)
downloadpcsxr-c288a602fc242050515e4ff3753bce02e713077e.tar.gz
cdriso: handle cdda playback on data tracks
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82224 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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);