mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Remove FFMPEG check for Renderer::IsFrameDumping()
This commit is contained in:
parent
7155698066
commit
cc03e49024
@ -682,10 +682,8 @@ bool Renderer::IsFrameDumping()
|
||||
if (m_screenshot_request.IsSet())
|
||||
return true;
|
||||
|
||||
#if defined(HAVE_FFMPEG)
|
||||
if (SConfig::GetInstance().m_DumpFrames)
|
||||
return true;
|
||||
#endif
|
||||
|
||||
ShutdownFrameDumping();
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user