[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.603.2.10,1.603.2.11

Robert Göffringmann lavosspawn at users.sourceforge.net
Tue Oct 25 00:02:42 CEST 2005


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

Modified Files:
      Tag: branch-0-8-0
	scumm.cpp 
Log Message:
enlarged heap size on the ps2

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.603.2.10
retrieving revision 1.603.2.11
diff -u -d -r1.603.2.10 -r1.603.2.11
--- scumm.cpp	25 Oct 2005 03:01:30 -0000	1.603.2.10
+++ scumm.cpp	25 Oct 2005 06:58:20 -0000	1.603.2.11
@@ -1724,6 +1724,9 @@
 		// Since the new costumes are very big, we increase the heap limit, to avoid having
 		// to constantly reload stuff from the data files.
 		res._maxHeapThreshold = 2500000;
+#ifdef __PLAYSTATION2__
+		res._maxHeapThreshold = 6 * 1024 * 1024;
+#endif
 	} else {
 		res._maxHeapThreshold = 550000;
 	}





More information about the Scummvm-git-logs mailing list