mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
SHERLOCK: Use standard MIDI driver for General MIDI in Rose Tattoo
Unlike Serrated Scalpel, Rose Tattoo's music sounds good as General MIDI, and our standard driver should work well enough for that.
This commit is contained in:
parent
d5c1f8b8d6
commit
3c9bdaa04f
@ -280,6 +280,9 @@ Music::Music(SherlockEngine *vm, Audio::Mixer *mixer) : _vm(vm), _mixer(mixer) {
|
||||
if (ConfMan.getBool("native_mt32")) {
|
||||
_midiDriver = Audio::MidiDriver_Miles_MT32_create("");
|
||||
_musicType = MT_MT32;
|
||||
} else {
|
||||
_midiDriver = MidiDriver::createMidi(dev);
|
||||
_musicType = MT_GM;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user