From 373700f00a391bcb38a4f54400330defac19be79 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Thu, 14 Jan 2010 01:44:11 +0000 Subject: SCI: Add MIDI support. Currently only the later MT-32/GM patch type works. Support for the earlier MT-32 patch format will be added in the near future. svn-id: r47297 --- engines/sci/module.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/module.mk') diff --git a/engines/sci/module.mk b/engines/sci/module.mk index a3c6da6c08..eed4b3fa5c 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -64,6 +64,7 @@ MODULE_OBJS := \ sound/softseq/adlib.o \ sound/softseq/amiga.o \ sound/softseq/pcjr.o \ + sound/softseq/midi.o \ video/seq_decoder.o \ video/vmd_decoder.o -- cgit v1.2.3