From: notaz Date: Thu, 29 Sep 2022 19:45:23 +0000 (+0300) Subject: cdrom: update status immediately after seek X-Git-Tag: r24~296 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=ca1683d0864e3549bc522bdb04a3b778d34e22b4 cdrom: update status immediately after seek Philosoma wants it --- 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);