mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Merge pull request #5976 from RisingFog/patch-1
Remove FFMPEG check for Renderer::IsFrameDumping()
This commit is contained in:
commit
5da26f33cf
1 changed files with 0 additions and 2 deletions
|
@ -682,10 +682,8 @@ bool Renderer::IsFrameDumping()
|
||||||
if (m_screenshot_request.IsSet())
|
if (m_screenshot_request.IsSet())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
#if defined(HAVE_FFMPEG)
|
|
||||||
if (SConfig::GetInstance().m_DumpFrames)
|
if (SConfig::GetInstance().m_DumpFrames)
|
||||||
return true;
|
return true;
|
||||||
#endif
|
|
||||||
|
|
||||||
ShutdownFrameDumping();
|
ShutdownFrameDumping();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue