aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.cpp')
-rw-r--r--base/gameDetector.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 3f2f05da85..d597ee8e33 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -177,6 +177,9 @@ GameDetector::GameDetector() {
ConfMan.registerDefault("debuglevel", 0);
ConfMan.registerDefault("joystick_num", -1);
ConfMan.registerDefault("confirm_exit", false);
+#ifdef USE_ALSA
+ ConfMan.registerDefault("alsa_port", "65:0");
+#endif
_dumpScripts = false;