mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
Merge pull request #4296 from RisingFog/fix_frame_dump
Fix frame dumps on file close in certain situations
This commit is contained in:
commit
50fef592d7
4 changed files with 8 additions and 8 deletions
|
@ -185,7 +185,7 @@ void AVIDump::AddFrame(const u8* data, int width, int height)
|
|||
{
|
||||
// Store current frame data in case frame dumping stops before next frame update,
|
||||
// but make sure that you don't store the last stored frame and check the resolution upon
|
||||
// closing the file or else you store recusion, and dolphins don't like recursion.
|
||||
// closing the file or else you store recursion, and dolphins don't like recursion.
|
||||
if (!s_stop_dumping)
|
||||
{
|
||||
StoreFrameData(data, width, height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue