From 9a63e315195a0dcd669d2df1c62142eaf740de7a Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sun, 20 May 2012 14:20:39 +0000 Subject: Configuration->CPU->Widescreen (16:9, GTE Hack). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78188 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 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); -- cgit v1.2.3