Skip to content

Commit

Permalink
AUDIO: add registerDefault for music_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
athrxx committed Jul 4, 2011
1 parent ad181a8 commit 19fd9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/commandLine.cpp
Expand Up @@ -184,8 +184,8 @@ void registerDefaults() {
ConfMan.registerDefault("native_mt32", false);
ConfMan.registerDefault("enable_gs", false);
ConfMan.registerDefault("midi_gain", 100);
// ConfMan.registerDefault("music_driver", ???);

ConfMan.registerDefault("music_driver", "auto");
ConfMan.registerDefault("mt32_device", "null");
ConfMan.registerDefault("gm_device", "null");

Expand Down

0 comments on commit 19fd9c0

Please sign in to comment.