diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-11 23:36:16 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-11 23:36:16 +0000 |
| commit | 4b53e6956eb6b7abf3d7ce63ee0208a67116e9a7 (patch) | |
| tree | b38d19a398ef7cb08d873d098611173d559ca273 | |
| parent | f95ebb9d83f9637366580b44d0a4489b689ea4b8 (diff) | |
| download | pcsxr-4b53e6956eb6b7abf3d7ce63ee0208a67116e9a7.tar.gz | |
cdrom: stopping read should stop seek too
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83457 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rwxr-xr-x | libpcsxcore/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index d0539bf4..9635f097 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -206,7 +206,7 @@ extern SPUregisterCallback SPU_registerCallback; cdr.Reading = 0; \ psxRegs.interrupt &= ~(1 << PSXINT_CDREAD); \ } \ - cdr.StatP &= ~STATUS_READ;\ + cdr.StatP &= ~(STATUS_READ|STATUS_SEEK);\ } #define StopCdda() { \ |
