// // graphics.c // // Useful Playstation graphics routines. // // http://www.netyaroze-europe.com/~rcutting // richard.cutting@virgin.net // #include #include "graphics.h" // Define ordering table length. #define OT_LENGTH 4 // Define GPU packet work area #define PACKET_SIZE 10000 #define PACKETMAX2 (PACKET_SIZE*24) PACKET packetArea[2][PACKETMAX2]; GsOT WorldOT[2]; GsOT_TAG OTTags[2][1<