Revert "Add hack for broken bin/cue loading right now at startup"
[pcsx_rearmed.git] / libpcsxcore / cdriso.c
index 24ac891..9ca4172 100644 (file)
@@ -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));