aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/ppf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/ppf.c')
-rw-r--r--libpcsxcore/ppf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c
index 268ed1c..ee32d8b 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;