Ok, this doesn't seem to break anything. Adding the frame count to savestates, doesn't seem to conflict with the framecount information in the movie data of savestates. (If I'm wrong this is easily ripped out)

This commit is contained in:
adelikat 2009-03-11 22:29:09 +00:00
parent 6490672f39
commit b1d7c79110
1 changed files with 1 additions and 0 deletions

View File

@ -476,6 +476,7 @@ SFORMAT FCEUCTRL_STATEINFO[]={
{ &ZD[1].bogo, 1, "ZBG1"},
{ &lagFlag, 1, "LAGF"},
{ &lagCounter, 4, "LAGC"},
{ &currFrameCounter, 4, "FRAM"},
{ 0 }
};