what dont you guys like debug prints?

This commit is contained in:
zeromus 2010-06-13 23:11:33 +00:00
parent 125ecc8cf4
commit 45132ba796
1 changed files with 3 additions and 3 deletions

View File

@ -1376,7 +1376,7 @@ static void gfx3d_glViewPort(u32 v)
static BOOL gfx3d_glBoxTest(u32 v) static BOOL gfx3d_glBoxTest(u32 v)
{ {
printf("boxtest\n"); //printf("boxtest\n");
MMU_new.gxstat.tr = 0; // clear boxtest bit MMU_new.gxstat.tr = 0; // clear boxtest bit
MMU_new.gxstat.tb = 1; // busy MMU_new.gxstat.tb = 1; // busy
@ -1510,7 +1510,7 @@ static BOOL gfx3d_glBoxTest(u32 v)
static BOOL gfx3d_glPosTest(u32 v) static BOOL gfx3d_glPosTest(u32 v)
{ {
printf("postest\n"); //printf("postest\n");
//this is apparently tested by transformers decepticons and ultimate spiderman //this is apparently tested by transformers decepticons and ultimate spiderman
//printf("POSTEST\n"); //printf("POSTEST\n");
@ -1539,7 +1539,7 @@ static BOOL gfx3d_glPosTest(u32 v)
static void gfx3d_glVecTest(u32 v) static void gfx3d_glVecTest(u32 v)
{ {
printf("vectest\n"); //printf("vectest\n");
GFX_DELAY(5); GFX_DELAY(5);
//this is tested by phoenix wright in its evidence inspector modelviewer //this is tested by phoenix wright in its evidence inspector modelviewer