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

Method IsPresent

pcsx2/SIO/Memcard/MemoryCardFile.cpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400s32 FileMemoryCard::IsPresent(uint slot)
401{
402 return m_file[slot] != nullptr;
403}
404
405void FileMemoryCard::GetSizeInfo(uint slot, McdSizeInfo& outways)
406{

Callers 4

FileMcd_IsPresentFunction · 0.45
ProbeMethod · 0.45
PS1ReadMethod · 0.45
AuthF3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected