mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
SHERLOCK: Clarify TODO comment for Rose Tattoo MT-32
This commit is contained in:
parent
1fc1d5cc88
commit
861c97a05f
@ -246,7 +246,8 @@ Music::Music(SherlockEngine *vm, Audio::Mixer *mixer) : _vm(vm), _mixer(mixer) {
|
||||
}
|
||||
} else {
|
||||
// TODO: AdLib support uses ScummVM's builtin GM to AdLib
|
||||
// conversion. This won't match the original.
|
||||
// conversion. This won't match the original. I'm also
|
||||
// uncertain about the MT-32 case, but it plays at least.
|
||||
|
||||
_midiParser = MidiParser::createParser_XMIDI();
|
||||
dev = MidiDriver::detectDevice(MDT_MIDI | MDT_ADLIB | MDT_PREFER_GM);
|
||||
|
Loading…
x
Reference in New Issue
Block a user