From 481101a05a77e2cc5b22cc94a5319748aeb5c031 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Mon, 16 Sep 2013 10:45:36 +0000 Subject: compilation errors was fixed (cdriso); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87207 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdriso.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 8283d9fd..6d066f38 100755 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -33,6 +33,7 @@ #else #include #include +#include #endif #include @@ -652,9 +653,9 @@ static int parsecue(const char *isofile) { } } else if (sscanf(linebuf, " TRACK %u MODE%u/%u", &t, &mode, §or_size) == 3) { + s32 accurate_len; // TODO: if 2048 frame length -> recalculate file_len? ti[numtracks].type = DATA; - s32 accurate_len; if (handleecm(filepath, &accurate_len) == 0) {// detect if ECM & get accurate length file_len = accurate_len; } -- cgit v1.2.3