mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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:
@@ -517,7 +517,7 @@ Renderer::~Renderer()
|
||||
s_bAVIDumping = false;
|
||||
}
|
||||
#else
|
||||
if (s_bLastFrameDumped)
|
||||
if (f_pFrameDump.IsOpen())
|
||||
f_pFrameDump.Close();
|
||||
s_bLastFrameDumped = false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user