This commit is contained in:
Daveo 2001-04-18 23:04:03 +00:00
parent bfeef1bce5
commit f338710074
38 changed files with 358 additions and 1018 deletions

View file

@ -15,10 +15,10 @@
#include "gfx\primplus.h"
#endif
#define MAX_OT (1024/2)
#define MAX_OT (16)
#define MAX_PRIMS (1024*4)
#define USE_NTAGS 1
//#define USE_NTAGS 1
/************************************************************************************/
@ -150,6 +150,7 @@ typedef u32 sOT;
#undef addPrim
#define AddPrim addPrim
#define AddPrim addPrim
#define addPrim( r0, r1 ) __asm__ ( \
"lwl $12, 2( %0 );" \
"sll $13, %1, 8;" \