Skip to content

Commit

Permalink
Merge pull request #1421 from comex/frames-mkdir
Browse files Browse the repository at this point in the history
Create userdir/Dump/Frames as needed.
  • Loading branch information
comex committed Oct 29, 2014
2 parents f426276 + 073cce9 commit 6618337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/VideoBackends/OGL/Render.cpp
Expand Up @@ -1557,6 +1557,7 @@ void Renderer::SwapImpl(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight, co
if (!bLastFrameDumped)
{
movie_file_name = File::GetUserPath(D_DUMPFRAMES_IDX) + "framedump.raw";
File::CreateFullPath(movie_file_name);
pFrameDump.Open(movie_file_name, "wb");
if (!pFrameDump)
{
Expand Down

0 comments on commit 6618337

Please sign in to comment.