summaryrefslogtreecommitdiff
path: root/gui/Config.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Config.c')
-rw-r--r--gui/Config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Config.c b/gui/Config.c
index aff4f1ef..8ee8bd81 100644
--- a/gui/Config.c
+++ b/gui/Config.c
@@ -128,7 +128,7 @@ int LoadConfig(PcsxConfig *Conf) {
Config.PsxAuto = GetValueb(data, "PsxAuto");
Config.Cdda = GetValueb(data, "Cdda");
Config.Debug = GetValueb(data, "Dbg");
- Config.PsxOut = GetValueb(data, "PsxOut");
+ Config.PsxOut = (Config.PsxOut || GetValueb(data, "PsxOut"));
Config.SpuIrq = GetValueb(data, "SpuIrq");
Config.RCntFix = GetValueb(data, "RCntFix");
Config.VSyncWA = GetValueb(data, "VSyncWA");