mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Handle framedump path not existing
This commit is contained in:
parent
2a43f41ace
commit
6c7e6016fb
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ bool AVIDump::CreateVideoFile()
|
|||
if (s_dump_path.empty())
|
||||
return false;
|
||||
|
||||
File::CreateFullPath(s_dump_path);
|
||||
|
||||
AVOutputFormat* output_format = av_guess_format(s_format.c_str(), s_dump_path.c_str(), nullptr);
|
||||
if (!output_format)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue