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

Method FlushAll

pcsx2/SIO/Memcard/MemoryCardFolder.cpp:2182–2188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2180}
2181
2182void FileAccessHelper::FlushAll()
2183{
2184 for (auto it = m_files.begin(); it != m_files.end(); ++it)
2185 {
2186 std::fflush(it->second.fileHandle);
2187 }
2188}
2189
2190void FileAccessHelper::ClearMetadataWriteState()
2191{

Callers 1

FlushMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected