i probably should not have checked in rand() test data in vectest

This commit is contained in:
zeromus 2009-10-06 20:49:53 +00:00
parent 1f076df6ce
commit 20a9a469f6
1 changed files with 0 additions and 4 deletions

View File

@ -1543,10 +1543,6 @@ void gfx3d_glVecTest(u32 v)
s16 y = (s16)(normal[1]);
s16 z = (s16)(normal[2]);
x = rand();
y = rand();
z = rand();
MMU_new.gxstat.tb = 0; // clear busy
T1WriteWord(MMU.MMU_MEM[0][0x40], 0x630, x);
T1WriteWord(MMU.MMU_MEM[0][0x40], 0x632, y);