aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.cpp
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-20 18:24:20 +0000
committerLionel Ulmer2002-04-20 18:24:20 +0000
commit80b860999bdb38d1f4fa7e9b82c21b934e192616 (patch)
tree39e5a47834a7c49ad068a2f0b25db11703a46cea /gameDetector.cpp
parentf6501ded28d2c55c3f5cd266a87f25a99c182f0c (diff)
downloadscummvm-rg350-80b860999bdb38d1f4fa7e9b82c21b934e192616.tar.gz
scummvm-rg350-80b860999bdb38d1f4fa7e9b82c21b934e192616.tar.bz2
scummvm-rg350-80b860999bdb38d1f4fa7e9b82c21b934e192616.zip
Committed Florian Schmitt (fatpenguin)'s Linux MIDI patch. Reported as working by urs and khalek on IRC :-)
svn-id: r4028
Diffstat (limited to 'gameDetector.cpp')
-rw-r--r--gameDetector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index 416d4a439d..ef04db4df2 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -449,6 +449,7 @@ MidiDriver *GameDetector::createMidi() {
#ifdef __MORPHOS__
case MD_AMIDI: return MidiDriver_AMIDI_create();
#endif
+ case MD_SEQ: return MidiDriver_SEQ_create();
}
error("Invalid midi driver selected");