diff options
author | Torbjörn Andersson | 2008-08-05 21:43:10 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-08-05 21:43:10 +0000 |
commit | 4e66938e8c39778422e1d6a7e17f0f1979e6e0df (patch) | |
tree | 5c8547162799d637259d7ec333d31abd3cf4a9f4 /base | |
parent | 169b27de0a6ed5c5e80d9b0c63b8c4292c9f1742 (diff) | |
download | scummvm-rg350-4e66938e8c39778422e1d6a7e17f0f1979e6e0df.tar.gz scummvm-rg350-4e66938e8c39778422e1d6a7e17f0f1979e6e0df.tar.bz2 scummvm-rg350-4e66938e8c39778422e1d6a7e17f0f1979e6e0df.zip |
Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a
slight modification to the README changes. (I don't know how to interpret all
the output from aconnect, so I'm only documenting "the most important bit".)
svn-id: r33648
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 84f2013ae9..f8ca8a90cd 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -193,9 +193,6 @@ void registerDefaults() { ConfMan.registerDefault("joystick_num", -1); ConfMan.registerDefault("confirm_exit", false); ConfMan.registerDefault("disable_sdl_parachute", false); -#ifdef USE_ALSA - ConfMan.registerDefault("alsa_port", "65:0"); -#endif ConfMan.registerDefault("record_mode", "none"); ConfMan.registerDefault("record_file_name", "record.bin"); |