RISCOS: Add a native MIDI driver

This commit is contained in:
Cameron Cawley 2022-01-14 13:08:17 +00:00
parent 25099563f5
commit 16781df602
3 changed files with 178 additions and 0 deletions

View file

@ -130,6 +130,9 @@ public:
#if defined(__amigaos4__) || defined(__MORPHOS__)
LINK_PLUGIN(CAMD)
#endif
#if defined(RISCOS)
LINK_PLUGIN(RISCOS)
#endif
#if defined(MACOSX)
LINK_PLUGIN(COREAUDIO)
LINK_PLUGIN(COREMIDI)