[Scummvm-cvs-logs] CVS: scummvm/simon debug.cpp,1.39,1.40

Joost Peters joostp at users.sourceforge.net
Tue Aug 16 10:17:04 CEST 2005


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

Modified Files:
	debug.cpp 
Log Message:
Added: PSP backend


Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- debug.cpp	30 Jul 2005 21:11:35 -0000	1.39
+++ debug.cpp	16 Aug 2005 17:15:37 -0000	1.40
@@ -353,7 +353,7 @@
 
 void SimonEngine::dump_single_bitmap(int file, int image, const byte *offs, int w, int h, byte base) {
 	char buf[40];
-#if !defined(__PALM_OS__) && !defined(__DC__)
+#if !defined(__PALM_OS__) && !defined(__DC__) && !defined(__PSP__)
 	struct stat statbuf;
 #endif
 
@@ -363,7 +363,7 @@
 	sprintf(buf, "dumps/File%d_Image%d.bmp", file, image);
 #endif
 
-#if !defined(__PALM_OS__) && !defined(__DC__)
+#if !defined(__PALM_OS__) && !defined(__DC__) && !defined(__PSP__)
 	if (stat(buf, &statbuf) == 0)
 		return;
 #endif





More information about the Scummvm-git-logs mailing list