Removed most references to PSX, Saturn and E3 Demo.

This commit is contained in:
Steven Fuller 2008-05-04 13:51:57 -07:00 committed by Patryk Obara
parent 332acfbf8b
commit 361c131932
35 changed files with 47 additions and 1362 deletions

View file

@ -527,10 +527,6 @@ typedef struct merged_poly
#else
#if Saturn
#define iflag_sattexture 0x00000080 /* Outcode if outside frame buffer or behind z plane, else just draw */
#endif
#if platform_pc
#define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */
#endif
@ -578,11 +574,6 @@ typedef struct merged_poly
#define iflag_sortfarz 0x04000000 /* Use maxz for depth value */
#define iflag_bufferxy 0x08000000 /* Internal - Saturn Only
- for xy clamped item */
#define iflag_clampz 0x10000000 /* Internal - Saturn Only
- for z clamped item */
#define iflag_light_corona 0x20000000 /* For use by the placed light strategy */
@ -781,11 +772,7 @@ typedef struct texelgtx3d {
typedef unsigned char TEXTURE;
#if Saturn
#define ImageNameSize 16
#else
#define ImageNameSize 128+1
#endif
typedef struct imageheader {