Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
400
s32 FileMemoryCard::IsPresent(uint slot)
401
{
402
return m_file[slot] != nullptr;
403
}
404
405
void FileMemoryCard::GetSizeInfo(uint slot, McdSizeInfo& outways)
406
{
Callers
4
FileMcd_IsPresent
Function · 0.45
Probe
Method · 0.45
PS1Read
Method · 0.45
AuthF3
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected