1
0
Fork 0

Documentation update added command intro

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@785
This commit is contained in:
Peter Veenstra 2003-03-23 19:54:00 +00:00
parent 89051332ef
commit fd1e05cb25
7 changed files with 44 additions and 7 deletions

View file

@ -118,6 +118,7 @@ bool MIDI_Available(void) {
void MIDI_Init(Section * sect) {
MSG_Add("MIDI_CONFIGFILE_HELP","Nothing to setup yet!\n");
midi.available=MIDI_StartUp();
}