diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-01-06 20:15:06 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-01-06 20:15:06 +0000 |
| commit | d53f6a1bc93fc8c91552717b762142ac564ed40d (patch) | |
| tree | 059f69cd3c10de333f6a2d2c949530ec4376d3d2 | |
| parent | 8370f2a0992997eac58a00d4b83fbacb194604ba (diff) | |
| download | pcsxr-d53f6a1bc93fc8c91552717b762142ac564ed40d.tar.gz | |
hopkat
-cdrom- seekl -> getlocp
-Megaman Legends 2
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -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: |
