new gxFIFO: fix tags on savestate struct (crazymax: these must be different for each thing in the group! its poopy, i know.)

This commit is contained in:
zeromus 2009-07-16 04:05:25 +00:00
parent aa84f1529e
commit 9735a8a1fd
1 changed files with 6 additions and 6 deletions

View File

@ -2433,12 +2433,12 @@ SFORMAT SF_GFX3D[]={
{ "GLBT", 4, 1, &BTind},
{ "GLPT", 4, 1, &PTind},
{ "GLPC", 4, 4, PTcoords},
{ "GLF9", 4, 1, &gxFIFO.tail},
{ "GLF9", 1, 257, &gxFIFO.cmd[0]},
{ "GLF9", 4, 257, &gxFIFO.param[0]},
{ "GLP9", 4, 1, &gxPIPE.tail},
{ "GLP9", 1, 5, &gxPIPE.cmd[0]},
{ "GLP9", 4, 5, &gxPIPE.param[0]},
{ "GFTA", 4, 1, &gxFIFO.tail},
{ "GFCM", 1, 257, &gxFIFO.cmd[0]},
{ "GFPM", 4, 257, &gxFIFO.param[0]},
{ "GPTA", 4, 1, &gxPIPE.tail},
{ "GPCM", 1, 5, &gxPIPE.cmd[0]},
{ "GPPM", 4, 5, &gxPIPE.param[0]},
{ "GCOL", 1, 4, colorRGB},
{ "GLCO", 4, 4, lightColor},
{ "GLDI", 4, 4, lightDirection},