|
|
@@ -102,7 +102,9 @@ inline int btGetVersion() |
|
|
|
#ifdef __SPU__ |
|
|
|
#include <spu_printf.h> |
|
|
|
#define printf spu_printf |
|
|
|
#define btAssert(x) {if(!(x)){printf("Assert "__FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}} |
|
|
|
// LOL BEGIN |
|
|
|
#define btAssert(x) {if(!(x)){printf("Assert " __FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}} |
|
|
|
// LOL END |
|
|
|
#else |
|
|
|
#define btAssert assert |
|
|
|
#endif |
|
|
|