diff options
Diffstat (limited to 'gui/Config.c')
| -rwxr-xr-x | gui/Config.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
