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

Method GetFilename

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

Source from the content-addressed store, hash-verified

649 ~SavestateEntry_GS() = default;
650
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; }

Callers 3

SaveState_DownloadStateFunction · 0.45
SaveState_AddToZipFunction · 0.45
SaveState_UnzipFromDiskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected