From 5b406fd9567c0829171af44b3325dae6dd155732 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 655660c5..b3e238b6 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