Commit 9c8ce89b authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

winecoreaudio: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.

parent bceee275
...@@ -191,8 +191,8 @@ LONG CoreAudio_MIDIInit(void) ...@@ -191,8 +191,8 @@ LONG CoreAudio_MIDIInit(void)
destinations[i].caps.wPid = 0x0001; destinations[i].caps.wPid = 0x0001;
destinations[i].caps.vDriverVersion = 0x0001; destinations[i].caps.vDriverVersion = 0x0001;
destinations[i].caps.dwSupport = 0; destinations[i].caps.dwSupport = 0;
destinations[i].caps.wVoices = 16; destinations[i].caps.wVoices = 0;
destinations[i].caps.wNotes = 16; destinations[i].caps.wNotes = 0;
} }
return DRV_SUCCESS; return DRV_SUCCESS;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment