From 67fc4e420b5ef7da361af676d8780da400be22bb Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 7 Dec 2009 00:16:28 +0000 Subject: Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avoid confusion. svn-id: r46271 --- sound/mididrv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3