aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authornotaz2013-03-12 00:56:33 +0200
committernotaz2013-03-15 02:19:21 +0200
commit9ffe8d5c92153fb8d0e7564a129d5f0d04806979 (patch)
treeb064972a89052570260fbe20e4a06b8124389221 /libpcsxcore
parent55b8460a0e10da33133a98faeeb5b2375ef91dc0 (diff)
downloadpcsx_rearmed-9ffe8d5c92153fb8d0e7564a129d5f0d04806979.tar.gz
pcsx_rearmed-9ffe8d5c92153fb8d0e7564a129d5f0d04806979.tar.bz2
pcsx_rearmed-9ffe8d5c92153fb8d0e7564a129d5f0d04806979.zip
cdrom: stopping read should stop seek too
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 7b5cdf2..38fecf7 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -205,7 +205,7 @@ static void sec2msf(unsigned int s, u8 *msf) {
cdr.Reading = 0; \
psxRegs.interrupt &= ~(1 << PSXINT_CDREAD); \
} \
- cdr.StatP &= ~STATUS_READ;\
+ cdr.StatP &= ~(STATUS_READ|STATUS_SEEK);\
}
#define StopCdda() { \