From 80b860999bdb38d1f4fa7e9b82c21b934e192616 Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Sat, 20 Apr 2002 18:24:20 +0000 Subject: Committed Florian Schmitt (fatpenguin)'s Linux MIDI patch. Reported as working by urs and khalek on IRC :-) svn-id: r4028 --- gameDetector.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gameDetector.cpp') 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"); -- cgit v1.2.3