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:
parent
4fadb16b47
commit
77dda34be0
3 changed files with 11 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue