summaryrefslogtreecommitdiff
path: root/win32/gui/ConfigurePlugins.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-14 19:18:22 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-14 19:18:22 +0000
commit111ada78b7d179e115466c726ae1d7d05fed9ddb (patch)
tree300aa4b88b4cafdf036891cebc5ffc9b9c5156c5 /win32/gui/ConfigurePlugins.c
parent1b05b0e9736ab40e15190e608d1662921903a0c6 (diff)
downloadpcsxr-111ada78b7d179e115466c726ae1d7d05fed9ddb.tar.gz
sio;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui/ConfigurePlugins.c')
-rwxr-xr-xwin32/gui/ConfigurePlugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/gui/ConfigurePlugins.c b/win32/gui/ConfigurePlugins.c
index 2edc2bf8..1c8080f5 100755
--- a/win32/gui/ConfigurePlugins.c
+++ b/win32/gui/ConfigurePlugins.c
@@ -68,7 +68,7 @@ int LoadConfig() {
QueryKey(256, "Lang", Conf->Lang);
QueryKeyV("Xa", Conf->Xa);
- QueryKeyV("Sio", Conf->Sio);
+ QueryKeyV("SioIrq", Conf->SioIrq);
QueryKeyV("Mdec", Conf->Mdec);
QueryKeyV("PsxAuto", Conf->PsxAuto);
QueryKeyV("Cdda", Conf->Cdda);
@@ -120,7 +120,7 @@ void SaveConfig() {
SetKey("BiosDir", Conf->BiosDir, strlen(Conf->BiosDir), REG_SZ);
SetKeyV("Xa", Conf->Xa);
- SetKeyV("Sio", Conf->Sio);
+ SetKeyV("SioIrq", Conf->SioIrq);
SetKeyV("Mdec", Conf->Mdec);
SetKeyV("PsxAuto", Conf->PsxAuto);
SetKeyV("Cdda", Conf->Cdda);