1
0
Fork 0

Remove help line and change an option

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1334
This commit is contained in:
Sjoerd van der Berg 2003-10-14 23:32:32 +00:00
parent 4fadb16b47
commit 77dda34be0
3 changed files with 11 additions and 6 deletions

View file

@ -148,7 +148,6 @@ bool MIDI_Available(void) {
void MIDI_Init(Section * sec) {
Section_prop * section=static_cast<Section_prop *>(sec);
MSG_Add("MIDI_CONFIGFILE_HELP","Set midi output device,alsa,oss,win32,coreaudio,none\n");
const char * dev=section->Get_string("device");
const char * conf=section->Get_string("config");
/* If device = "default" go for first handler that works */