mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
Fixed stupid SysEx error
svn-id: r8211
This commit is contained in:
parent
8f4660fb5c
commit
e2b2f8cc64
@ -143,7 +143,7 @@ void MidiDriver_SEQ::sysEx (byte *msg, uint16 length) {
|
||||
byte *chr = msg;
|
||||
|
||||
buf[position++] = SEQ_MIDIPUTC;
|
||||
buf[position++] = 0xFF;
|
||||
buf[position++] = 0xF0;
|
||||
buf[position++] = _device_num;
|
||||
buf[position++] = 0;
|
||||
for (; length; --length, ++chr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user