[Scummvm-git-logs] scummvm master -> 8802184bd516fe1c7270a30a50c2c866de57b97d
Mataniko
mataniko at gmail.com
Mon Mar 29 23:39:41 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8802184bd5 PLUGINS: Remove CoreMidi hack
Commit: 8802184bd516fe1c7270a30a50c2c866de57b97d
https://github.com/scummvm/scummvm/commit/8802184bd516fe1c7270a30a50c2c866de57b97d
Author: Mataniko (mataniko at gmail.com)
Date: 2021-03-29T19:39:22-04:00
Commit Message:
PLUGINS: Remove CoreMidi hack
Changed paths:
base/plugins.cpp
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 407f0a71ff..589caac45c 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -130,6 +130,7 @@ public:
#endif
#if defined(MACOSX)
LINK_PLUGIN(COREAUDIO)
+ LINK_PLUGIN(COREMIDI)
#endif
#ifdef USE_FLUIDSYNTH
LINK_PLUGIN(FLUIDSYNTH)
@@ -155,11 +156,6 @@ public:
#if defined(USE_TIMIDITY)
LINK_PLUGIN(TIMIDITY)
#endif
- #if defined(MACOSX)
- // Keep this at the end of the list - it takes a long time to enumerate
- // and is only for hardware midi devices
- LINK_PLUGIN(COREMIDI)
- #endif
// Scaler plugins
LINK_PLUGIN(NORMAL)
More information about the Scummvm-git-logs
mailing list