Merge pull request #613 from tobigun/android
ANDROID: preliminary Android port for ResidualVM
This commit is contained in:
commit
308f407969
39 changed files with 7116 additions and 7 deletions
|
@ -121,14 +121,14 @@ public:
|
|||
#ifdef USE_MT32EMU
|
||||
LINK_PLUGIN(MT32)
|
||||
#endif
|
||||
#if defined(__ANDROID__)
|
||||
LINK_PLUGIN(EAS)
|
||||
#endif
|
||||
LINK_PLUGIN(ADLIB)
|
||||
//ResidualVM: disabled belows
|
||||
// LINK_PLUGIN(PCSPK)
|
||||
// LINK_PLUGIN(PCJR)
|
||||
LINK_PLUGIN(CMS)
|
||||
#if defined(__ANDROID__)
|
||||
// LINK_PLUGIN(EAS)
|
||||
#endif
|
||||
#ifndef DISABLE_SID
|
||||
// LINK_PLUGIN(C64)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue