MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FreezeOut

Method FreezeOut

pcsx2/SaveState.cpp:653–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651 const char* GetFilename() const { return "GS.bin"; }
652 bool FreezeIn(zip_file_t* zf) const { return SysState_ComponentFreezeIn(zf, GS); }
653 bool FreezeOut(SaveStateBase& writer) const { return SysState_ComponentFreezeOut(writer, GS); }
654 bool IsRequired() const { return true; }
655};
656

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected