mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
adlib fix for Simon games from Jamieson630
svn-id: r7633
This commit is contained in:
parent
cf54a63639
commit
2cd2cc83b2
@ -181,7 +181,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst)
|
||||
|
||||
/* Setup midi driver */
|
||||
if (!driver)
|
||||
driver = MidiDriver_NULL_create();
|
||||
driver = MidiDriver_ADLIB_Create();
|
||||
midi.set_driver(driver);
|
||||
|
||||
_game = (byte)detector->_features;
|
||||
|
Loading…
x
Reference in New Issue
Block a user