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

Function FileMcd_IsMultitapSlot

pcsx2/SIO/Memcard/MemoryCardFile.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool FileMcd_IsMultitapSlot(uint slot)
240{
241 return (slot > 1);
242}
243
244std::string FileMcd_GetDefaultName(uint slot)
245{

Callers 3

Pcsx2ConfigMethod · 0.85
FileMcd_GetDefaultNameFunction · 0.85
OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected