aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authordhewg2011-03-20 21:54:59 +0100
committerdhewg2011-03-25 14:43:52 +0100
commit0e6cdfd67580f75e912c5e92abb26821d032f74b (patch)
tree9303f1ea6c1be30d28712b908d1480427eec5aae /base
parent7949d7c6def2df6f3d44db4f55e9d1d3a87a0412 (diff)
downloadscummvm-rg350-0e6cdfd67580f75e912c5e92abb26821d032f74b.tar.gz
scummvm-rg350-0e6cdfd67580f75e912c5e92abb26821d032f74b.tar.bz2
scummvm-rg350-0e6cdfd67580f75e912c5e92abb26821d032f74b.zip
ANDROID: Experimental MIDI Driver
Based on the SONiVOX® Embedded Audio Synthesis (EAS™) library, which is part of the base Android OS. CPU stats (Cortex A8 1GHz, monkey1 intro, peak values): MAME OPL: 30% DosBox OPL: 26% EAS: 19%
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 1db9c0d499..7d0557c474 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -212,6 +212,9 @@ public:
#ifdef USE_MT32EMU
LINK_PLUGIN(MT32)
#endif
+ #if defined(__ANDROID__)
+ LINK_PLUGIN(EAS)
+ #endif
LINK_PLUGIN(ADLIB)
LINK_PLUGIN(PCSPK)
LINK_PLUGIN(PCJR)