diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-13 14:26:27 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-13 14:26:27 +0000 |
| commit | c0cba1977a8cac317af37c3004c53417fbce31bc (patch) | |
| tree | ecafa13566707a40f1aa26ac8933a4d2a57fcfe6 /gui/Config.c | |
| parent | 7e7f6237488dc45f0aa52697cbd30484a5b5661d (diff) | |
| download | pcsxr-c0cba1977a8cac317af37c3004c53417fbce31bc.tar.gz | |
Patch 13442, 13443 (ckain);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81738 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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 afbcf277..8c03a69c 100755 --- a/gui/Config.c +++ b/gui/Config.c @@ -121,6 +121,7 @@ int LoadConfig(PcsxConfig *Conf) { GetValue(data, "Mcd2", Config.Mcd2); GetValue(data, "BiosDir", Config.BiosDir); GetValue(data, "PluginsDir", Config.PluginsDir); + GetValue(data, "IsoImgDir", Config.IsoImgDir); Config.Xa = GetValueb(data, "Xa"); Config.Sio = GetValueb(data, "Sio"); @@ -163,6 +164,7 @@ void SaveConfig() { SetValue("Mcd2", Config.Mcd2); SetValue("BiosDir", Config.BiosDir); SetValue("PluginsDir", Config.PluginsDir); + SetValue("IsoImgDir", Config.IsoImgDir); SetValueb("Xa", Config.Xa); SetValueb("Sio", Config.Sio); |
