mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
fix missing frame when you start another dump without closing dolphin
This commit is contained in:
parent
15e6e7ddd2
commit
cb6a632c60
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ void FrameDump::Stop()
|
||||||
av_write_trailer(s_format_context);
|
av_write_trailer(s_format_context);
|
||||||
CloseVideoFile();
|
CloseVideoFile();
|
||||||
s_file_index = 0;
|
s_file_index = 0;
|
||||||
|
s_start_dumping = false;
|
||||||
NOTICE_LOG(VIDEO, "Stopping frame dump");
|
NOTICE_LOG(VIDEO, "Stopping frame dump");
|
||||||
OSD::AddMessage("Stopped dumping frames");
|
OSD::AddMessage("Stopped dumping frames");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue