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

Function FileMcd_EmuOpen

pcsx2/SIO/Memcard/MemoryCardFile.cpp:606–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void FileMcd_EmuOpen()
607{
608 if (FileMcd_Open)
609 return;
610 FileMcd_Open = true;
611
612
613 Mcd::impl.Open();
614 Mcd::implFolder.SetFiltering(true);
615 Mcd::implFolder.Open();
616}
617
618void FileMcd_EmuClose()
619{

Callers 2

FileMcd_ReopenFunction · 0.85
FileMcd_SwapFunction · 0.85

Calls 2

SetFilteringMethod · 0.80
OpenMethod · 0.45

Tested by

no test coverage detected