summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cdrom.c')
-rw-r--r--libpcsxcore/cdrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index b2384671..c6d44290 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -105,13 +105,14 @@ static struct SubQ *subq;
cdr.FirstSector = 1; \
cdr.Readed = 0xff; \
AddIrqQueue(READ_ACK, 0x800); \
-}
+}
#define StopReading() { \
if (cdr.Reading) { \
cdr.Reading = 0; \
psxRegs.interrupt &= ~0x40000; \
} \
+ cdr.StatP &= ~0x20; \
}
#define StopCdda() { \