Feature [770161] SIMON: Remap instruments to GM

Apparently Simon 1 (all versions) uses MT32 instruments,
so now we map them to GM *unless* the --native-mt32
option was specified.

svn-id: r9001
This commit is contained in:
Jamieson Christian 2003-07-14 08:29:17 +00:00
parent 085d14a8c8
commit 74d3d914a9
3 changed files with 27 additions and 0 deletions

View file

@ -434,6 +434,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
// Setup midi driver
if (!driver)
driver = MidiDriver_ADLIB_create();
midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32)
midi.set_driver(driver);
int ret = midi.open();
if (ret)