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

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 21:27:46 CEST 2005


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

Modified Files:
	mt32.cpp 
Log Message:
Fix 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- mt32.cpp	18 Oct 2005 01:30:24 -0000	1.16
+++ mt32.cpp	18 Oct 2005 04:26:51 -0000	1.17
@@ -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