mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon: FrameDump fixes/cleanups.
This commit is contained in:
parent
89b01cd6d3
commit
4807a5e157
5 changed files with 448 additions and 312 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue