Add (modified) version of patch 1490638: Coremidi support by Peter McCombs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3062
This commit is contained in:
parent
ecb56a96ac
commit
a1b4e1c778
3 changed files with 107 additions and 1 deletions
|
@ -80,6 +80,7 @@ MidiHandler Midi_none;
|
|||
#if defined(MACOSX)
|
||||
|
||||
#include "midi_coreaudio.h"
|
||||
#include "midi_coremidi.h"
|
||||
|
||||
#elif defined (WIN32)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue