diff options
Diffstat (limited to 'gui/Config.c')
| -rw-r--r-- | gui/Config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/Config.c b/gui/Config.c index d59c728e..220cbfad 100644 --- a/gui/Config.c +++ b/gui/Config.c @@ -133,6 +133,7 @@ int LoadConfig(PcsxConfig *Conf) { Config.SpuIrq = GetValueb(data, "SpuIrq");
Config.RCntFix = GetValueb(data, "RCntFix");
Config.VSyncWA = GetValueb(data, "VSyncWA");
+ Config.Widescreen = GetValueb(data, "Widescreen");
Config.Cpu = GetValuel(data, "Cpu");
Config.PsxType = GetValuel(data, "PsxType");
@@ -174,6 +175,7 @@ void SaveConfig() { SetValueb("SpuIrq", Config.SpuIrq);
SetValueb("RCntFix", Config.RCntFix);
SetValueb("VSyncWA", Config.VSyncWA);
+ SetValueb("Widescreen", Config.Widescreen);
SetValuel("Cpu", Config.Cpu);
SetValuel("PsxType", Config.PsxType);
|
