From: notaz Date: Wed, 31 Aug 2022 23:09:49 +0000 (+0300) Subject: cdrom: should use the last Setloc loc and SeekL X-Git-Tag: r24~335 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=92d79a62c3ce10befde9911e7a9a5e7101bf82e2;hp=af93c8bee18e35d9316d6f64ab4ede52479108d6 cdrom: should use the last Setloc loc and SeekL notaz/pcsx_rearmed#253 --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 1431dac6..5475a6b6 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -985,6 +985,7 @@ void cdrInterrupt() { */ CDRMISC_INT(cdr.Seeked == SEEK_DONE ? 0x800 : cdReadTime * 4); cdr.Seeked = SEEK_PENDING; + memcpy(cdr.SetSectorPlay, cdr.SetSector, 4); start_rotating = 1; break;