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 +- libpcsxcore/psxcommon.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore') 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; } diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 500c44ad..73d130ba 100644 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -121,6 +121,7 @@ typedef struct { boolean PsxAuto; boolean Cdda; boolean HLE; + boolean SlowBoot; boolean Debug; boolean PsxOut; boolean SpuIrq; -- cgit v1.2.3