diff options
-rw-r--r-- | sound/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index cbe08b84fd..d328536d5e 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -80,7 +80,7 @@ static const MidiDriverDescription s_musicDrivers[] = { {"fluidsynth", "FluidSynth", MD_FLUIDSYNTH, MDT_MIDI}, #endif #ifdef USE_MT32EMU - {"mt32", "MT-32", MD_MT32, MDT_MIDI}, + {"mt32", "MT-32 Emulation", MD_MT32, MDT_MIDI}, #endif // The flags for the "adlib" driver indicates that it can do adlib and MIDI. |