[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.603.2.40,1.603.2.41

Joost Peters joostp at users.sourceforge.net
Thu Jan 26 10:08:01 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	scumm.cpp 
Log Message:
Increase _maxHeapTreshold for PSP as well (this is already the default value for all platforms in 0.9.0CVS, but since some low-spec platforms might not cope with it, limit this to PSP and PS2 for the 0.8.1 release).


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.603.2.40
retrieving revision 1.603.2.41
diff -u -d -r1.603.2.40 -r1.603.2.41
--- scumm.cpp	26 Jan 2006 04:15:15 -0000	1.603.2.40
+++ scumm.cpp	26 Jan 2006 18:07:38 -0000	1.603.2.41
@@ -1803,7 +1803,7 @@
 		// 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__
+#if defined(__PLAYSTATION2__) || defined(__PSP__)
 		res._maxHeapThreshold = 6 * 1024 * 1024;
 #endif
 	} else {





More information about the Scummvm-git-logs mailing list