Skip to content

Commit 9d527b4

Browse files
committed
missing def
1 parent 1a7b523 commit 9d527b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/ctr/test.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ force_inline void FlushCache()
2424

2525
#define BACKUP_ADDR 0x80400000
2626

27-
#define TEST_MATH_IMPL
28-
#define TEST_RNG_IMPL
29-
#define TEST_COLL_IMPL
27+
//#define TEST_MATH_IMPL
28+
//#define TEST_RNG_IMPL
29+
//#define TEST_COLL_IMPL
3030

3131
#ifdef TEST_MATH_IMPL
3232
void TEST_MATH_Sin(u32 angle, s32 ret);
@@ -71,6 +71,7 @@ force_inline void FlushCache()
7171
void TEST_COLL_BarycentricTest(TestVertex* t, const CollVertex* v1, const CollVertex* v2, const CollVertex* v3, const SVec3* pos, s32 ret);
7272
#else
7373
#define TEST_COLL_ProjectPointToEdge(out, v1, v2, point)
74+
#define TEST_COLL_CalculateTrianglePlane(cache, v1, v2, v3, ret)
7475
#define TEST_COLL_LoadVerticeData(cache)
7576
#define TEST_COLL_BarycentricTest(t, v1, v2, v3, pos, ret)
7677
#endif

0 commit comments

Comments
 (0)