1
0
Fork 0

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:
Peter Veenstra 2007-12-12 19:18:39 +00:00
parent ecb56a96ac
commit a1b4e1c778
3 changed files with 107 additions and 1 deletions

View file

@ -80,6 +80,7 @@ MidiHandler Midi_none;
#if defined(MACOSX)
#include "midi_coreaudio.h"
#include "midi_coremidi.h"
#elif defined (WIN32)