Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9182 from jordan-woyak/frame-dump-cleanup
VideoCommon: FrameDump fixes/cleanups.
  • Loading branch information
lioncash committed Oct 23, 2020
2 parents c42b80a + 4807a5e commit 87e4a07
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 310 deletions.
4 changes: 0 additions & 4 deletions Source/Core/Core/State.cpp
Expand Up @@ -213,10 +213,6 @@ static void DoState(PointerWrap& p)
p.DoMarker("Wiimote");
Gecko::DoState(p);
p.DoMarker("Gecko");

#if defined(HAVE_FFMPEG)
FrameDump::DoState();
#endif
}

void LoadFromBuffer(std::vector<u8>& buffer)
Expand Down

0 comments on commit 87e4a07

Please sign in to comment.