From c45d7d3e13fb8be3cf9414e70abd3ac5073f5ff7 Mon Sep 17 00:00:00 2001 From: "SND\\notaz_cp" Date: Tue, 8 Jan 2013 00:47:21 +0000 Subject: ppf: accept optional filename argument will allow to use .sbi files from redump.org without renaming with later patch git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82100 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 297b1367..ecd96202 100755 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -347,7 +347,7 @@ int CheckCdrom() { SysPrintf(_("CD-ROM ID: %.9s\n"), CdromId); BuildPPFCache(); - LoadSBI(); + LoadSBI(NULL); return 0; } -- cgit v1.2.3