diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-09 11:02:58 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-09 11:02:58 +0000 |
| commit | 2ef3129ef98474b0d652f0c5c1548572b5e3b052 (patch) | |
| tree | 61c773c611b9f6fe4429560825f2f86890b1deab | |
| parent | df2c1c52bea00be22b380711341a4def249fa534 (diff) | |
| download | pcsxr-2ef3129ef98474b0d652f0c5c1548572b5e3b052.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31472 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | win32/gui/ConfigurePlugins.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/gui/ConfigurePlugins.c b/win32/gui/ConfigurePlugins.c index 1a558eb1..f726f0e3 100644 --- a/win32/gui/ConfigurePlugins.c +++ b/win32/gui/ConfigurePlugins.c @@ -112,6 +112,7 @@ void SaveConfig() { SetKeyV("PsxType", &Conf->PsxType, sizeof(Conf->PsxType), REG_DWORD);
SetKeyV("Cdda", &Conf->Cdda, sizeof(Conf->Cdda), REG_DWORD);
SetKeyV("Cpu", &Conf->Cpu, sizeof(Conf->Cpu), REG_DWORD);
+ SetKeyV("Debug", &Conf->Debug, sizeof(Conf->Debug), REG_DWORD);
SetKeyV("PsxOut", &Conf->PsxOut, sizeof(Conf->PsxOut), REG_DWORD);
SetKeyV("SpuIrq", &Conf->SpuIrq, sizeof(Conf->SpuIrq), REG_DWORD);
SetKeyV("RCntFix", &Conf->RCntFix, sizeof(Conf->RCntFix), REG_DWORD);
|
