Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ getTotalFrames
Method
getTotalFrames
pcsx2/Recording/InputRecordingFile.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
u32 InputRecordingFile::getTotalFrames() const noexcept
70
{
71
return m_totalFrames;
72
}
73
74
u32 InputRecordingFile::getUndoCount() const noexcept
75
{
Callers
5
loadTable
Method · 0.80
incFrameCounter
Method · 0.80
handleExceededFrameCounter
Method · 0.80
adjustFrameCounterOnReRecord
Method · 0.80
InformGSThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected