AVIDump: Drop frames which are delayed over a savestate.

This commit is contained in:
degasus
2016-11-04 18:24:03 +01:00
parent be29090aae
commit 3c65c5f2c5
2 changed files with 13 additions and 1 deletions

View File

@ -19,6 +19,7 @@ public:
u64 ticks = 0;
u32 ticks_per_second = 0;
bool first_frame = false;
int savestate_index = 0;
};
static bool Start(int w, int h);