mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +00:00
The standalone MIDI files for one of the re-releases of Inherit the Earth are
General MIDI, not MT-32. (I hope this doesn't break anything else.) svn-id: r50927
This commit is contained in:
parent
b4459fe923
commit
ae1afee564
@ -158,6 +158,8 @@ Music::Music(SagaEngine *vm, Audio::Mixer *mixer) : _vm(vm), _mixer(mixer) {
|
||||
_driver->setGM(_vm->getGameId() != GID_ITE);
|
||||
} else {
|
||||
_parser = MidiParser::createParser_SMF();
|
||||
// ITE with standalone MIDI files is General MIDI
|
||||
_driver->setGM(_vm->getGameId() == GID_ITE);
|
||||
}
|
||||
free(resourceData);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user