summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpcsxcore/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index dde1d50a..efda972a 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -859,7 +859,7 @@ void cdrPlayInterrupt()
if (Config.Cdda) memset( cdr.Transfer, 0, CD_FRAMESIZE_RAW );
- if( cdr.Play )
+ if( cdr.Play && SPU_playCDDAchannel)
SPU_playCDDAchannel((short *)cdr.Transfer, CD_FRAMESIZE_RAW);
CDRPLAY_INT( cdReadTime );