Emscripten: disable extmidi
This commit is contained in:
@@ -33,8 +33,10 @@
|
|||||||
#define EXTERNAL_PLAYER "timidity"
|
#define EXTERNAL_PLAYER "timidity"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __EMSCRIPTEN__
|
||||||
/** Factory for the midi player that uses external players. */
|
/** Factory for the midi player that uses external players. */
|
||||||
static FMusicDriver_ExtMidi iFMusicDriver_ExtMidi;
|
static FMusicDriver_ExtMidi iFMusicDriver_ExtMidi;
|
||||||
|
#endif
|
||||||
|
|
||||||
const char *MusicDriver_ExtMidi::Start(const StringList &parm)
|
const char *MusicDriver_ExtMidi::Start(const StringList &parm)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user