Added the pos test coords to the savestate struct.

This commit is contained in:
luigi__ 2009-01-13 19:44:33 +00:00
parent 4ad158ce2f
commit 1d9ba5599d
1 changed files with 2 additions and 1 deletions

View File

@ -982,7 +982,7 @@ BOOL gfx3d_glBoxTest(unsigned long v)
BTind++;
if (BTind < 3) return FALSE;
BTind = 0;
//INFO("BoxTest=%i\n",val);
//INFO("BoxTest=%i\n",v);
return TRUE;
}
@ -2003,6 +2003,7 @@ SFORMAT SF_GFX3D[]={
{ "GLIN", 4, 1, &clInd},
{ "GLBT", 4, 1, &BTind},
{ "GLPT", 4, 1, &PTind},
{ "GLPC", 4, 4, PTcoords},
{ "GLBS", 1, 1, &GFX_busy},
{ "GLF9", 4, 1, &gxFIFO.tail},
{ "GLF9", 4, 261, &gxFIFO.cmd},