From bc394b6ea3468b5d84294f1dfc9ad23e87333281 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Tue, 16 Aug 2005 17:15:37 +0000 Subject: Added: PSP backend svn-id: r18696 --- simon/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon') diff --git a/simon/debug.cpp b/simon/debug.cpp index 4359d6c72a..1cd466eddc 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -353,7 +353,7 @@ static void dump_bitmap(const char *filename, const byte *offs, int w, int h, in 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 @@ void SimonEngine::dump_single_bitmap(int file, int image, const byte *offs, int 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 -- cgit v1.2.3