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

Function FileMcd_IsAutoEjecting

pcsx2/SIO/Memcard/MemoryCardFile.cpp:641–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641static bool FileMcd_IsAutoEjecting()
642{
643 for (size_t port = 0; port < SIO::PORTS; ++port)
644 {
645 for (size_t slot = 0; slot < SIO::SLOTS; ++slot)
646 {
647 if (mcds[port][slot].autoEjectTicks > 0)
648 {
649 return true; // Auto-eject is active
650 }
651 }
652 }
653 return false; // No auto-eject active
654}
655
656void FileMcd_Swap()
657{

Callers 1

FileMcd_SwapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected