From 24aeb31fad7b983a60ef448cba97d9a2f167664d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 May 2013 19:00:45 +0200 Subject: Revert "Add hack for broken bin/cue loading right now at startup" This reverts commit 5f8aa603b1f68d4bf4dbd341fed0e31b21f11bde. --- libpcsxcore/cdriso.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 24ac891..9ca4172 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -327,7 +327,6 @@ static int parsetoc(const char *isofile) { return -1; } } -#ifndef __LIBRETRO__ // check if it's really a TOC named as a .cue fgets(linebuf, sizeof(linebuf), fi); token = strtok(tmp, " "); @@ -336,7 +335,6 @@ static int parsetoc(const char *isofile) { return -1; } fseek(fi, 0, SEEK_SET); -#endif } memset(&ti, 0, sizeof(ti)); -- cgit v1.2.3