mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AVIDump: Drop frames which are delayed over a savestate.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user