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

Method Open

pcsx2/SIO/Memcard/MemoryCardFolder.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void FolderMemoryCard::Open(const bool enableFiltering, std::string filter)
140{
141 Open(EmuConfig.FullpathToMcd(m_slot), EmuConfig.Mcd[m_slot], 0, enableFiltering, std::move(filter), false);
142}
143
144void FolderMemoryCard::Open(std::string fullPath, const Pcsx2Config::McdOptions& mcdOptions, const u32 sizeInClusters, const bool enableFiltering, std::string filter, bool simulateFileWrites)
145{

Callers 1

ReOpenMethod · 0.45

Calls 9

OpenFunction · 0.85
FullpathToMcdMethod · 0.80
GetPathMethod · 0.80
GetInternalPathMethod · 0.80
emptyMethod · 0.45
c_strMethod · 0.45
WriteLnMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected