mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
60fcd5a171
* Changed MidiDriver::createMidi so that if MD_ADLIB is passed, it now *does* instantiate the adlib driver. * Rewrote MidiDriver::detectMusicDriver (code should be clearer now, and hopefully easier to adapt/maintain). Note that the behavior changed slightly (this may require some tweaking). * Added MidiDriver::findMusicDriver which works similar to the old MidiDriver::parseMusicDriver but returns the full MidiDriverDescription and ignores all characters in the passed driver name following a colon ":". * Changed MidiDriver::parseMusicDriver to use MidiDriver::findMusicDriver. * Changed game engines to match the changes made to MidiDriver. * Modified SCUMM engine to not record the selected midi/music driver (in _midiDriver), but rather the music *type* (in _musicType). svn-id: r19859 |
||
---|---|---|
.. | ||
music | ||
.cvsignore | ||
autoroute.cpp | ||
autoroute.h | ||
compact.cpp | ||
compact.h | ||
control.cpp | ||
control.h | ||
debug.cpp | ||
debug.h | ||
disk.cpp | ||
disk.h | ||
grid.cpp | ||
grid.h | ||
hufftext.cpp | ||
intro.cpp | ||
intro.h | ||
logic.cpp | ||
logic.h | ||
module.mk | ||
mouse.cpp | ||
mouse.h | ||
rnc_deco.cpp | ||
rnc_deco.h | ||
screen.cpp | ||
screen.h | ||
sky.cpp | ||
sky.h | ||
skydefs.h | ||
sound.cpp | ||
sound.h | ||
struc.h | ||
text.cpp | ||
text.h |