MCPcopy 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
69u32 InputRecordingFile::getTotalFrames() const noexcept
70{
71 return m_totalFrames;
72}
73
74u32 InputRecordingFile::getUndoCount() const noexcept
75{

Callers 5

loadTableMethod · 0.80
incFrameCounterMethod · 0.80
InformGSThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected