summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-31 19:04:05 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-31 19:04:05 +0000
commit408a32a50ae0aa30a912dd645084db3f099b8859 (patch)
treeb462ce427e0595071fc1f1b30dceafbe0aac31d0 /libpcsxcore
parentdc0ce5f907bcdfa6b993599a95aab256ec7ad57a (diff)
downloadpcsxr-408a32a50ae0aa30a912dd645084db3f099b8859.tar.gz
hopkat
-cdrom- real subq autopause git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61676 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index ffc1e067..a5622d53 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -867,7 +867,10 @@ void cdrPlayInterrupt()
//////////////////////////////////////////
//////////////////////////////////////////
- Create_Fake_Subq();
+ subq = (struct SubQ *)CDR_getBufferSub();
+ if (subq == NULL )
+ Create_Fake_Subq();
+
cdrPlayInterrupt_Autopause();
cdrPlayInterrupt_Repplay();