From 361c1319328308341d00a8c6dacc28e6096dd041 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 4 May 2008 13:51:57 -0700 Subject: Removed most references to PSX, Saturn and E3 Demo. --- src/include/mem3dc.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/include/mem3dc.h') diff --git a/src/include/mem3dc.h b/src/include/mem3dc.h index dbc9089..4bc4450 100644 --- a/src/include/mem3dc.h +++ b/src/include/mem3dc.h @@ -12,10 +12,6 @@ #include /* defines */ -#if Saturn -#define DBGMALLOC 1 -#endif - #if SupportWindows95 #if 1 #define DBGMALLOC 0 @@ -47,7 +43,7 @@ a separate copy of the string for each malloc - just store the pointer. So, on PC this reduces the data size for the malloc records from 1.04Mb to 320K ! */ -#if SupportWindows95 || PSX +#if SupportWindows95 #define COPY_FILENAME 0 /* new behavior */ #else #define COPY_FILENAME 1 /* previous behavior */ -- cgit v1.3