Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
u32 InputRecordingFile::getUndoCount() const noexcept
75
{
76
return m_undoCount;
77
}
78
79
bool InputRecordingFile::fromSaveState() const noexcept
80
{
Callers
1
InformGSThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected