MCPcopy 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
421bool FileMemoryCard::IsPSX(uint slot)
422{
423 return m_ispsx[slot];
424}
425
426s32 FileMemoryCard::Read(uint slot, u8* dest, u32 adr, int size)
427{

Callers 2

FileMcd_IsPSXFunction · 0.45
PS1FailMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected