diff options
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdrom.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 2924461b..5e7061e3 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -529,8 +529,11 @@ void cdrInterrupt() { SetResultSize(1); cdr.StatP |= 0x2; cdr.StatP &= ~0x40; - cdr.Result[0] = cdr.StatP; - cdr.Stat = Complete; + cdr.Result[0] = cdr.StatP; + cdr.Stat = Complete; +
+ // Tomb Raider 2: must update read cursor for getlocp
+ ReadTrack();
break; case CdlTest: |
