Skip to content
Permalink
Browse files
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.
@@ -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)

0 comments on commit 87e4a07

Please sign in to comment.