mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
No longer sets pass-through for MT-32 emulator.
svn-id: r15953
This commit is contained in:
parent
1b638b829e
commit
750ce1fe4e
@ -688,8 +688,6 @@ int SimonEngine::init(GameDetector &detector) {
|
||||
driver->property(MidiDriver::PROP_CHANNEL_MASK, 0x03FE);
|
||||
|
||||
midi.mapMT32toGM (!(_game & GF_SIMON2) && !(ConfMan.getBool("native_mt32") || (_midiDriver == MD_MT32)));
|
||||
if (_midiDriver == MD_MT32)
|
||||
midi.setPassThrough(true);
|
||||
|
||||
midi.set_driver(driver);
|
||||
int ret = midi.open();
|
||||
|
Loading…
Reference in New Issue
Block a user