From 9ffe8d5c92153fb8d0e7564a129d5f0d04806979 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 12 Mar 2013 00:56:33 +0200 Subject: [PATCH] cdrom: stopping read should stop seek too --- libpcsxcore/cdrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 7b5cdf2c..38fecf71 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() { \ -- 2.39.2