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

Method getUndoCount

pcsx2/Recording/InputRecordingFile.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74u32 InputRecordingFile::getUndoCount() const noexcept
75{
76 return m_undoCount;
77}
78
79bool InputRecordingFile::fromSaveState() const noexcept
80{

Callers 1

InformGSThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected