From 1d9ba5599d635d5d0ab0c6c21652cd28d090d53f Mon Sep 17 00:00:00 2001 From: luigi__ Date: Tue, 13 Jan 2009 19:44:33 +0000 Subject: [PATCH] Added the pos test coords to the savestate struct. --- desmume/src/gfx3d.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/src/gfx3d.cpp b/desmume/src/gfx3d.cpp index 25f847d74..22bb7ab39 100644 --- a/desmume/src/gfx3d.cpp +++ b/desmume/src/gfx3d.cpp @@ -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},