[Scummvm-cvs-logs] SF.net SVN: scummvm:[50311] scummvm/trunk/engines/sci/sound/midiparser_sci. cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Jun 26 12:51:39 CEST 2010


Revision: 50311
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50311&view=rev
Author:   m_kiewitz
Date:     2010-06-26 10:51:38 +0000 (Sat, 26 Jun 2010)

Log Message:
-----------
SCI: removing fixme (issue got already solved)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/midiparser_sci.cpp

Modified: scummvm/trunk/engines/sci/sound/midiparser_sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-06-26 10:47:38 UTC (rev 50310)
+++ scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-06-26 10:51:38 UTC (rev 50311)
@@ -382,12 +382,6 @@
 
 	int i, j;
 
-	// Note: we send to driver here directly, because in this case we would free previously mapped channels
-	// and onTimer() wouldn't send them to driver anymore afterwards anyway
-
-	// FIXME: the common midiparser/driver code doesn't really like getting called from various threads
-	//  but we don't have an option here... i guess midiparser/driver code should be made thread-safe
-
 	// Turn off all active notes
 	for (i = 0; i < 128; ++i) {
 		for (j = 0; j < 16; ++j) {


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