diff options
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -rw-r--r-- | libpcsxcore/cdrom.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index efda972a..3759dd65 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -1289,6 +1289,10 @@ void cdrInterrupt() { cdr.Result[0] = cdr.StatP; cdr.Seeked = TRUE; cdr.Stat = Complete; +
+
+ // Mega Man Legends 2: must update read cursor for getlocp
+ ReadTrack( cdr.SetSector );
break; case CdlSeekP: |
