diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-08 19:58:10 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-08 19:58:10 +0000 |
| commit | 6fc02b8fdb424a77405bf90ed70947a1058b7aa3 (patch) | |
| tree | 4d8b2b60383324de9afd9977caecf467a752016f /gui/Config.c | |
| parent | e306359cc457dfbe5200e6485596e9c9901aae19 (diff) | |
| download | pcsxr-6fc02b8fdb424a77405bf90ed70947a1058b7aa3.tar.gz | |
SlowBoot.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64324 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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 8ee8bd81..375b5ac5 100644 --- a/gui/Config.c +++ b/gui/Config.c @@ -127,6 +127,7 @@ int LoadConfig(PcsxConfig *Conf) { Config.Mdec = GetValueb(data, "Mdec"); Config.PsxAuto = GetValueb(data, "PsxAuto"); Config.Cdda = GetValueb(data, "Cdda"); + Config.SlowBoot= GetValueb(data, "SlowBoot"); Config.Debug = GetValueb(data, "Dbg"); Config.PsxOut = (Config.PsxOut || GetValueb(data, "PsxOut")); Config.SpuIrq = GetValueb(data, "SpuIrq"); @@ -167,6 +168,7 @@ void SaveConfig() { SetValueb("Mdec", Config.Mdec); SetValueb("PsxAuto", Config.PsxAuto); SetValueb("Cdda", Config.Cdda); + SetValueb("SlowBoot",Config.SlowBoot); SetValueb("Dbg", Config.Debug); SetValueb("PsxOut", Config.PsxOut); SetValueb("SpuIrq", Config.SpuIrq); |
