Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ isReplaying
Method
isReplaying
pcsx2/Recording/InputRecordingControls.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
bool InputRecordingControls::isReplaying() const
62
{
63
return m_state == Mode::Replaying;
64
}
65
66
void InputRecordingControls::processControlQueue()
67
{
Callers
4
handleControllerDataUpdate
Method · 0.80
incFrameCounter
Method · 0.80
handleExceededFrameCounter
Method · 0.80
adjustFrameCounterOnReRecord
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected