[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.35,1.36

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 26 18:37:01 CET 2005


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

Modified Files:
	fmopl.cpp 
Log Message:
Patch #1341626: "New GP32 port"


Index: fmopl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- fmopl.cpp	18 Oct 2005 01:30:23 -0000	1.35
+++ fmopl.cpp	27 Nov 2005 02:35:57 -0000	1.36
@@ -34,7 +34,7 @@
 
 #include "common/util.h"
 
-#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_ARM)
+#if defined (_WIN32_WCE) || defined (__SYMBIAN32__) || defined(PALMOS_ARM) || defined(__GP32__)
 #include "common/config-manager.h"
 #endif
 
@@ -1167,7 +1167,7 @@
 	// We need to emulate one YM3812 chip
 	int env_bits = FMOPL_ENV_BITS_HQ;
 	int eg_ent = FMOPL_EG_ENT_HQ;
-#if defined (_WIN32_WCE) || defined(__SYMBIAN32__) || defined(PALMOS_ARM)
+#if defined (_WIN32_WCE) || defined(__SYMBIAN32__) || defined(PALMOS_ARM) || defined(__GP32__)
 	if (ConfMan.hasKey("FM_high_quality") && ConfMan.getBool("FM_high_quality")) {
 		env_bits = FMOPL_ENV_BITS_HQ;
 		eg_ent = FMOPL_EG_ENT_HQ;





More information about the Scummvm-git-logs mailing list