From b1d7c79110dfabb5aa733a8ef8edd5f2101a0433 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 11 Mar 2009 22:29:09 +0000 Subject: [PATCH] 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) --- src/input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.cpp b/src/input.cpp index dd2ca2be..8970f67e 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -476,6 +476,7 @@ SFORMAT FCEUCTRL_STATEINFO[]={ { &ZD[1].bogo, 1, "ZBG1"}, { &lagFlag, 1, "LAGF"}, { &lagCounter, 4, "LAGC"}, + { &currFrameCounter, 4, "FRAM"}, { 0 } };