Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2182
void 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
2190
void FileAccessHelper::ClearMetadataWriteState()
2191
{
Callers
1
Flush
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected