[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/psp Makefile,NONE,1.1 README.PSP,NONE,1.1 kbd_l_c.cpp,NONE,1.1 kbd_ls_c.cpp,NONE,1.1 kbd_s_c.cpp,NONE,1.1 kbd_ss_c.cpp,NONE,1.1 osys_psp.cpp,NONE,1.1 osys_psp.h,NONE,1.1 osys_psp_gu.cpp,NONE,1.1 osys_psp_gu.h,NONE,1.1 portdefs.h,NONE,1.1 psp_fs.cpp,NONE,1.1 psp_main.cpp,NONE,1.1 trace.cpp,NONE,1.1 trace.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.89,1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/psp Makefile,NONE,1.1 README.PSP,NONE,1.1 kbd_l_c.cpp,NONE,1.1 kbd_ls_c.cpp,NONE,1.1 kbd_s_c.cpp,NONE,1.1 kbd_ss_c.cpp,NONE,1.1 osys_psp.cpp,NONE,1.1 osys_psp.h,NONE,1.1 osys_psp_gu.cpp,NONE,1.1 osys_psp_gu.h,NONE,1.1 portdefs.h,NONE,1.1 psp_fs.cpp,NONE,1.1 psp_main.cpp,NONE,1.1 trace.cpp,NONE,1.1 trace.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.89,1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list