[Scummvm-cvs-logs] SF.net SVN: scummvm: [25633] scummvm/trunk/engines/agos/midi.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Feb 16 17:34:04 CET 2007


Revision: 25633
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25633&view=rev
Author:   fingolfin
Date:     2007-02-16 08:34:02 -0800 (Fri, 16 Feb 2007)

Log Message:
-----------
a 20ms second delay should be ample time for a GM system ON

Modified Paths:
--------------
    scummvm/trunk/engines/agos/midi.cpp

Modified: scummvm/trunk/engines/agos/midi.cpp
===================================================================
--- scummvm/trunk/engines/agos/midi.cpp	2007-02-16 13:55:01 UTC (rev 25632)
+++ scummvm/trunk/engines/agos/midi.cpp	2007-02-16 16:34:02 UTC (rev 25633)
@@ -76,7 +76,7 @@
 	// General MIDI System On message
 	// Resets all GM devices to default settings
 	_driver->sysEx((const byte *)"\x7E\x7F\x09\x01", 4);
-	g_system->delayMillis(200);
+	g_system->delayMillis(20);
 
 	return 0;
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list