This commit is contained in:
parent
bfeef1bce5
commit
f338710074
38 changed files with 358 additions and 1018 deletions
|
@ -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;" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue