[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth mt32.cpp,1.15.2.1,1.15.2.2

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 21:29:23 CEST 2005


Update of /cvsroot/scummvm/scummvm/sound/softsynth
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24844/sound/softsynth

Modified Files:
      Tag: branch-0-8-0
	mt32.cpp 
Log Message:
Backport fix for bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386"


Index: mt32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32.cpp,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- mt32.cpp	18 Oct 2005 02:11:26 -0000	1.15.2.1
+++ mt32.cpp	18 Oct 2005 04:28:58 -0000	1.15.2.2
@@ -196,6 +196,18 @@
 			return eatSystemEvents();
 		}
 		break;
+	case MT32Emu::ReportType_availableSSE:
+		debug(1, "MT32emu: SSE is avaliable");
+		break;
+	case MT32Emu::ReportType_usingSSE:
+		debug(1, "MT32emu: using SSE");
+		break;
+	case MT32Emu::ReportType_available3DNow:
+		debug(1, "MT32emu: 3DNow! is avaliable");
+		break;
+	case MT32Emu::ReportType_using3DNow:
+		debug(1, "MT32emu: using 3DNow!");
+		break;
 	default:
 		break;
 	}





More information about the Scummvm-git-logs mailing list