mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 13:02:09 +00:00
AVIDump: Drop stored frame.
This used an invalid pointer, which was only valid within AddFrame. This drops a feature which shall dump the last frame as it might was dropped before. A good implementation however should "overwrite" the last frame if the time matches. But this needs to delay every frame a bit.
This commit is contained in:
parent
d88295d5a1
commit
112e18a5d1
2 changed files with 1 additions and 30 deletions
|
@ -12,7 +12,6 @@ private:
|
|||
static bool CreateFile();
|
||||
static void CloseFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
static void StoreFrameData(const u8* data, int width, int height, int stride, u64 ticks);
|
||||
|
||||
public:
|
||||
static bool Start(int w, int h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue