mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Slap WildMidi onto snd_listmididevices's output for Windows
This commit is contained in:
parent
900937929e
commit
545e2f7c69
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue