Implement "lag frame" flag and counter (#949)

* Implement "lag frame" flag and counter, and expose flag and both frame counters. BizHawk wants these.

* Track frame count and lag frames while the system isn't running.
This commit is contained in:
SuuperW
2021-01-21 14:26:27 -06:00
committed by GitHub
parent 8a068c2294
commit d42ca1ec4b
3 changed files with 94 additions and 74 deletions

View File

@ -23,7 +23,7 @@
#include "types.h"
#define SAVESTATE_MAJOR 7
#define SAVESTATE_MINOR 0
#define SAVESTATE_MINOR 1
class Savestate
{