[Scummvm-cvs-logs] SF.net SVN: scummvm:[48343] scummvm/trunk/engines/teenagent/resources.h

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Mar 21 00:40:13 CET 2010


Revision: 48343
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48343&view=rev
Author:   megath
Date:     2010-03-20 23:40:13 +0000 (Sat, 20 Mar 2010)

Log Message:
-----------
documented psp hack

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/resources.h

Modified: scummvm/trunk/engines/teenagent/resources.h
===================================================================
--- scummvm/trunk/engines/teenagent/resources.h	2010-03-20 23:04:18 UTC (rev 48342)
+++ scummvm/trunk/engines/teenagent/resources.h	2010-03-20 23:40:13 UTC (rev 48343)
@@ -47,6 +47,12 @@
 	//void loadOn(Graphics::Surface &surface, int id, uint16 &dst, uint16 *flags);
 	//void loadOns(Graphics::Surface &surface, int id, uint16 &dst);
 
+	/* 
+	 * PSP (as the other sony playstation consoles - to be confirmed and 'ifdef'ed here too) 
+	 * is very sensitive to the number of simultaneously opened files. 
+	 * This is an attempt to reduce their number to zero.
+	 * TransientFilePack does not keep opened file descriptors and reopens it on each request.
+	 */
 #ifdef __PSP__
 	TransientFilePack off, on, ons, lan000, lan500, sam_mmm, sam_sam, mmm;
 #else


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list