diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 15:53:19 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 15:53:19 +0000 |
| commit | 37b27b972f4e2f9599fcd51104962b554cb1935c (patch) | |
| tree | 0ab51a9129b3dd12a33713de2b919b3403cd4fcf /libpcsxcore | |
| parent | a877aafaf620fd0c8710e68db03e205567ef9e0e (diff) | |
| download | pcsxr-37b27b972f4e2f9599fcd51104962b554cb1935c.tar.gz | |
Revert MKT fix, breaks Twisted Metal 2;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82886 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 1dac1f6f..e338417a 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -991,7 +991,8 @@ void cdrInterrupt() { case CdlReadS: cdr.Reading = 1; cdr.FirstSector = 1; - + + /* FIXME: break Twisted Metal 2 // Mortal Kombat Trilogy - resume CDDA playback from pause if ((cdr.Mode & MODE_CDDA)) { #ifdef CDR_LOG @@ -1000,11 +1001,12 @@ void cdrInterrupt() { AddIrqQueue(CdlPlay, cdReadTime * 75 / 4); break; } else { + */ // Fighting Force 2 - update subq time immediately // - fixes new game Find_CurTrack(cdr.SetSector); ReadTrack(cdr.SetSector); - } + //} // Crusaders of Might and Magic - update getlocl now // - fixes cutscene speech |
