[Scummvm-cvs-logs] SF.net SVN: scummvm:[46271] scummvm/trunk/sound/mididrv.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Dec 7 01:16:28 CET 2009
Revision: 46271
http://scummvm.svn.sourceforge.net/scummvm/?rev=46271&view=rev
Author: lordhoto
Date: 2009-12-07 00:16:28 +0000 (Mon, 07 Dec 2009)
Log Message:
-----------
Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avoid confusion.
Modified Paths:
--------------
scummvm/trunk/sound/mididrv.cpp
Modified: scummvm/trunk/sound/mididrv.cpp
===================================================================
--- scummvm/trunk/sound/mididrv.cpp 2009-12-06 04:38:20 UTC (rev 46270)
+++ scummvm/trunk/sound/mididrv.cpp 2009-12-07 00:16:28 UTC (rev 46271)
@@ -80,7 +80,7 @@
{"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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list