mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Probably should use the IOFile built in mechanism to check if the file is open.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7332 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e5f7c5c58a
commit
2a694edf93
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ Renderer::~Renderer()
|
||||||
s_bAVIDumping = false;
|
s_bAVIDumping = false;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (s_bLastFrameDumped)
|
if (f_pFrameDump.IsOpen())
|
||||||
f_pFrameDump.Close();
|
f_pFrameDump.Close();
|
||||||
s_bLastFrameDumped = false;
|
s_bLastFrameDumped = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue