diff options
author | Johannes Schickel | 2009-12-07 00:16:28 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-12-07 00:16:28 +0000 |
commit | 67fc4e420b5ef7da361af676d8780da400be22bb (patch) | |
tree | 359a79936228080e63ba70c328920b207ba39c90 | |
parent | 4a189842bbfa54e76ee155633b752013becd5141 (diff) | |
download | scummvm-rg350-67fc4e420b5ef7da361af676d8780da400be22bb.tar.gz scummvm-rg350-67fc4e420b5ef7da361af676d8780da400be22bb.tar.bz2 scummvm-rg350-67fc4e420b5ef7da361af676d8780da400be22bb.zip |
Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avoid confusion.
svn-id: r46271
-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. |