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

Method NextFrame

pcsx2/SIO/Memcard/MemoryCardFolder.cpp:1061–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061void FolderMemoryCard::NextFrame()
1062{
1063 if (m_framesUntilFlush > 0 && --m_framesUntilFlush == 0)
1064 {
1065 Flush();
1066 }
1067}
1068
1069void FolderMemoryCard::Flush()
1070{

Callers 1

FileMcd_NextFrameFunction · 0.45

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected