[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.h,1.11,1.11.2.1

Nicolas Bacca arisme at users.sourceforge.net
Sun Jul 18 10:12:11 CEST 2004


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

Modified Files:
      Tag: branch-0-6-0
	fmopl.h 
Log Message:
Fix FOTAQ ugly sound on low-end CE platforms

Index: fmopl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.h,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- fmopl.h	6 Jan 2004 12:45:33 -0000	1.11
+++ fmopl.h	18 Jul 2004 17:11:18 -0000	1.11.2.1
@@ -32,7 +32,8 @@
 	FMOPL_ENV_BITS_HQ = 16,
 	FMOPL_ENV_BITS_LQ = 8,
 	FMOPL_EG_ENT_HQ = 4096,
-	FMOPL_EG_ENT_LQ = 128
+	FMOPL_EG_ENT_LQ = 128,
+	FMOPL_EG_ENT_LQ_2 = 1024
 };
 
 





More information about the Scummvm-git-logs mailing list