mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Renderer: Threaded frame dumping.
This commit is contained in:
parent
136a10482f
commit
d79840078f
3 changed files with 118 additions and 53 deletions
|
@ -260,6 +260,7 @@ void AVIDump::Stop()
|
|||
CloseFile();
|
||||
s_file_index = 0;
|
||||
NOTICE_LOG(VIDEO, "Stopping frame dump");
|
||||
OSD::AddMessage("Stopped dumping frames");
|
||||
}
|
||||
|
||||
void AVIDump::CloseFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue