| 137 | } |
| 138 | |
| 139 | void 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 | |
| 144 | void FolderMemoryCard::Open(std::string fullPath, const Pcsx2Config::McdOptions& mcdOptions, const u32 sizeInClusters, const bool enableFiltering, std::string filter, bool simulateFileWrites) |
| 145 | { |
no test coverage detected