Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1061
void FolderMemoryCard::NextFrame()
1062
{
1063
if (m_framesUntilFlush > 0 && --m_framesUntilFlush == 0)
1064
{
1065
Flush();
1066
}
1067
}
1068
1069
void FolderMemoryCard::Flush()
1070
{
Callers
1
FileMcd_NextFrame
Function · 0.45
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected