diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-09 11:01:55 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-09 11:01:55 +0000 |
| commit | df2c1c52bea00be22b380711341a4def249fa534 (patch) | |
| tree | a0ab23a8f3b851195e6f402b0d589f0ba2f9d1d2 /win32/gui/ConfigurePlugins.c | |
| parent | c053578923c3367a442f2a850ccdd5380489c544 (diff) | |
| download | pcsxr-df2c1c52bea00be22b380711341a4def249fa534.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31471 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui/ConfigurePlugins.c')
| -rw-r--r-- | win32/gui/ConfigurePlugins.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/gui/ConfigurePlugins.c b/win32/gui/ConfigurePlugins.c index a075c9e3..1a558eb1 100644 --- a/win32/gui/ConfigurePlugins.c +++ b/win32/gui/ConfigurePlugins.c @@ -68,6 +68,11 @@ int LoadConfig() { QueryKeyV(sizeof(Conf->SpuIrq), "SpuIrq", &Conf->SpuIrq);
QueryKeyV(sizeof(Conf->RCntFix), "RCntFix", &Conf->RCntFix);
QueryKeyV(sizeof(Conf->VSyncWA), "VSyncWA", &Conf->VSyncWA);
+ QueryKeyV(sizeof(Conf->Debug), "Debug", &Conf->Debug);
+
+ if (!Config.Cpu) {
+ Config.Debug = 0; // don't enable debugger if using dynarec core
+ }
RegCloseKey(myKey);
|
