diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-31 19:04:05 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-31 19:04:05 +0000 |
| commit | 408a32a50ae0aa30a912dd645084db3f099b8859 (patch) | |
| tree | b462ce427e0595071fc1f1b30dceafbe0aac31d0 /libpcsxcore | |
| parent | dc0ce5f907bcdfa6b993599a95aab256ec7ad57a (diff) | |
| download | pcsxr-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.c | 5 |
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();
|
