aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/gameDetector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 2b38ee75eb..8b41aa8b4b 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -283,8 +283,8 @@ void GameDetector::updateconfig() {
_talkSpeed = g_config->getInt("talkspeed", _talkSpeed);
- _multi_midi = g_config->getBool ("multi_midi");
- _native_mt32 = g_config->getBool ("native_mt32");
+ _multi_midi = g_config->getBool ("multi_midi", _multi_midi);
+ _native_mt32 = g_config->getBool ("native_mt32", _native_mt32);
}
void GameDetector::list_games() {