mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #5976 from RisingFog/patch-1
Remove FFMPEG check for Renderer::IsFrameDumping()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user