mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 18:00:44 +00:00
Ignore internal SysEx events in the Adlib player
svn-id: r46557
This commit is contained in:
parent
924c950ed4
commit
09081ce128
@ -310,6 +310,8 @@ void MidiDriver_Adlib::send(uint32 b) {
|
||||
case 0xd0: // Aftertouch
|
||||
// Aftertouch in the OPL thing?
|
||||
break;
|
||||
case 0xf0: // SysEx, ignore it
|
||||
break;
|
||||
default:
|
||||
warning("ADLIB: Unknown event %02x", command);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user