synth could use any soft synth to get the music. This decreases the number of sequencer(4) users as well ;) ok jsg, dcoppa
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
$OpenBSD: patch-base_version_cpp,v 1.1 2012/04/19 07:43:47 ratchov Exp $
|
|
--- base/version.cpp.orig Wed Apr 11 15:32:53 2012
|
|
+++ base/version.cpp Wed Apr 11 15:29:14 2012
|
|
@@ -94,6 +94,10 @@ const char *gScummVMFeatures = ""
|
|
"SEQ "
|
|
#endif
|
|
|
|
+#ifdef USE_SNDIO
|
|
+ "sndio "
|
|
+#endif
|
|
+
|
|
#ifdef USE_TIMIDITY
|
|
"TiMidity "
|
|
#endif
|