diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-31 18:47:02 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-31 18:47:02 +0000 |
| commit | dc0ce5f907bcdfa6b993599a95aab256ec7ad57a (patch) | |
| tree | 1c6e5ef3b99596b0173db08a9e99d86f326bc311 | |
| parent | 27deacca769aba7ced7c9896ff942544c7e1c767 (diff) | |
| download | pcsxr-dc0ce5f907bcdfa6b993599a95aab256ec7ad57a.tar.gz | |
hopkat
-cdrom-fake subq autopause
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61674 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 9c8bc240..ffc1e067 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -626,7 +626,7 @@ void cdrPlayInterrupt_Autopause() }
- if( CDR_getStatus(&stat) != -1) return;
+ if( CDR_getStatus(&stat) == -1) return;
subq = (struct SubQ *)CDR_getBufferSub();
|
