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

Function FileMcd_ConvertToSlot

pcsx2/SIO/Memcard/MemoryCardFile.cpp:575–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}; // namespace Mcd
574
575uint FileMcd_ConvertToSlot(uint port, uint slot)
576{
577 if (slot == 0)
578 return port;
579 if (port == 0)
580 return slot + 1; // multitap 1
581 return slot + 4; // multitap 2
582}
583
584void FileMcd_SetType()
585{

Callers 10

FileMcd_IsPresentFunction · 0.85
FileMcd_GetSizeInfoFunction · 0.85
FileMcd_IsPSXFunction · 0.85
FileMcd_ReadFunction · 0.85
FileMcd_SaveFunction · 0.85
FileMcd_EraseBlockFunction · 0.85
FileMcd_GetCRCFunction · 0.85
FileMcd_NextFrameFunction · 0.85
FileMcd_ReIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected