From 8a5e8b8dbed1d4dc9aabc5f06d6aa06c4970b1bf Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 24 Sep 2009 15:29:51 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30395 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdriso.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 7d61af6f..891af0f2 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -449,12 +449,7 @@ static int parseccd(const char *isofile) { } else if (!strncmp(linebuf, "INDEX 1=", 8)) { sscanf(linebuf, "INDEX 1=%d", &t); - - if (numtracks <= 1) { - t += 2 * 75; - } - - sec2msf(t, ti[numtracks].start); + sec2msf(t + 2 * 75, ti[numtracks].start); // If we've already seen another track, this is its end if (numtracks > 1) { -- cgit v1.2.3