Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IsPSX
Method
IsPSX
pcsx2/SIO/Memcard/MemoryCardFile.cpp:421–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
419
}
420
421
bool FileMemoryCard::IsPSX(uint slot)
422
{
423
return m_ispsx[slot];
424
}
425
426
s32 FileMemoryCard::Read(uint slot, u8* dest, u32 adr, int size)
427
{
Callers
2
FileMcd_IsPSX
Function · 0.45
PS1Fail
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected