- slowboot (prelimiary).

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61650 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\weimingzhi_cp 2010-12-31 07:08:27 +00:00
parent 1cada05871
commit 3179529df6
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}

View File

@ -121,6 +121,7 @@ typedef struct {
boolean PsxAuto;
boolean Cdda;
boolean HLE;
boolean SlowBoot;
boolean Debug;
boolean PsxOut;
boolean SpuIrq;