From 3179529df6be67bf342143364ed20e53aaed66c6 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 31 Dec 2010 07:08:27 +0000 Subject: - slowboot (prelimiary). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61650 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 55170f00..f3b29816 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -147,7 +147,7 @@ int LoadCdrom() { s8 exename[256]; if (!Config.HLE) { - psxRegs.pc = psxRegs.GPR.n.ra; + if (!Config.SlowBoot) psxRegs.pc = psxRegs.GPR.n.ra; return 0; } -- cgit v1.2.3