ALSA Midi Support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@870
This commit is contained in:
parent
d89a9e1fc1
commit
4c13a9d897
3 changed files with 185 additions and 1 deletions
|
@ -86,6 +86,12 @@ MidiHandler Midi_none;
|
|||
|
||||
#endif
|
||||
|
||||
#if defined (HAVE_ALSA)
|
||||
|
||||
#include "midi_alsa.h"
|
||||
|
||||
#endif
|
||||
|
||||
static struct {
|
||||
Bitu status;
|
||||
Bitu cmd_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue