X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fppf.c;h=ee32d8bb9114ee3702e7a3b3158d893a659799d3;hp=268ed1cb8a3d6de8b23e774e91d1efb827495409;hb=ab948f7e6d437dddd070000f36489d7e983eb4ad;hpb=808a13bdcc83e7b0dec878bbcfc7774e2029b724 diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c index 268ed1cb..ee32d8bb 100644 --- a/libpcsxcore/ppf.c +++ b/libpcsxcore/ppf.c @@ -335,7 +335,7 @@ void BuildPPFCache() { unsigned char *sbi_sectors; int LoadSBI(const char *fname, int sector_count) { - char buffer[16], sbifile[MAXPATHLEN]; + char buffer[16]; FILE *sbihandle; u8 sbitime[3]; int s; @@ -344,7 +344,6 @@ int LoadSBI(const char *fname, int sector_count) { if (sbihandle == NULL) return -1; -if (sbi_sectors != NULL) printf("sbi_sectors?\n"); sbi_sectors = calloc(1, sector_count / 8); if (sbi_sectors == NULL) return -1;