From ca1683d0864e3549bc522bdb04a3b778d34e22b4 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 29 Sep 2022 22:45:23 +0300 Subject: [PATCH] cdrom: update status immediately after seek Philosoma wants it --- libpcsxcore/cdrom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index cace6d90..7715a2b7 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -1006,6 +1006,7 @@ void cdrInterrupt(void) { case CdlSeekL + CMD_PART2: case CdlSeekP + CMD_PART2: SetPlaySeekRead(cdr.StatP, 0); + cdr.Result[0] = cdr.StatP; cdr.Stat = Complete; Find_CurTrack(cdr.SetSectorPlay); -- 2.39.2