From 27e8b5744ddab50cc9ef50b6ee1f3a94010a8cea Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Wed, 12 Jan 2011 02:51:29 +0000 Subject: - Added -slowboot parameter. - Load SBI file from patches/SLUS_xxx.xx.sbi instead. - Inlined the I-cache code for performance improvement. - Fixed endianness issue (not tested). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62024 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index f3b29816..3f47e083 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -346,6 +346,7 @@ int CheckCdrom() { SysPrintf(_("CD-ROM ID: %.9s\n"), CdromId); BuildPPFCache(); + LoadSBI(); return 0; } -- cgit v1.2.3