Slap WildMidi onto snd_listmididevices's output for Windows

This commit is contained in:
Randy Heit 2015-12-29 16:30:01 -06:00
parent 900937929e
commit 545e2f7c69
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ CCMD (snd_listmididevices)
MIDIOUTCAPS caps; MIDIOUTCAPS caps;
MMRESULT res; MMRESULT res;
PrintMidiDevice (-6, "WildMidi", MOD_SWSYNTH, 0);
#ifdef HAVE_FLUIDSYNTH #ifdef HAVE_FLUIDSYNTH
PrintMidiDevice (-5, "FluidSynth", MOD_SWSYNTH, 0); PrintMidiDevice (-5, "FluidSynth", MOD_SWSYNTH, 0);
#endif #endif