mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
winmm: The MIDI MAPPER is not available with MIDI IN.
This commit is contained in:
parent
96ca708706
commit
ebd55d9890
@ -59,7 +59,7 @@ static LPWINE_MLD MM_MLDrvs[40];
|
||||
static WINE_LLTYPE llTypes[MMDRV_MAX] = {
|
||||
A(TRUE, Aux),
|
||||
A(FALSE, Mixer),
|
||||
A(TRUE, MidiIn),
|
||||
A(FALSE, MidiIn),
|
||||
A(TRUE, MidiOut),
|
||||
A(TRUE, WaveIn),
|
||||
A(TRUE, WaveOut),
|
||||
|
Loading…
Reference in New Issue
Block a user