Renderer: Threaded frame dumping.

This commit is contained in:
degasus
2016-10-08 03:11:37 +02:00
parent 136a10482f
commit d79840078f
3 changed files with 118 additions and 53 deletions

View File

@ -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()