From bfc8e12c52df1f7cbe8fafaf7804b56db3103f8f Mon Sep 17 00:00:00 2001 From: "SND\\ckain_cp" Date: Thu, 28 Nov 2013 11:34:19 +0000 Subject: Added option to not have memory card plugged. Chronicles of the Sword password screen can now be accessed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/Config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/Config.c') diff --git a/gui/Config.c b/gui/Config.c index bce65ac3..1f370a82 100755 --- a/gui/Config.c +++ b/gui/Config.c @@ -137,6 +137,7 @@ int LoadConfig(PcsxConfig *Conf) { Config.SpuIrq = GetValueb(data, "SpuIrq"); Config.RCntFix = GetValueb(data, "RCntFix"); Config.VSyncWA = GetValueb(data, "VSyncWA"); + Config.NoMemcard = GetValueb(data, "NoMemcard"); Config.Widescreen = GetValueb(data, "Widescreen"); Config.Cpu = GetValuel(data, "Cpu"); @@ -183,6 +184,7 @@ void SaveConfig() { SetValueb("SpuIrq", Config.SpuIrq); SetValueb("RCntFix", Config.RCntFix); SetValueb("VSyncWA", Config.VSyncWA); + SetValueb("NoMemcard", Config.NoMemcard); SetValueb("Widescreen", Config.Widescreen); SetValuel("Cpu", Config.Cpu); -- cgit v1.2.3