Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ isRecording
Method
isRecording
pcsx2/Recording/InputRecordingControls.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
bool InputRecordingControls::isRecording() const
81
{
82
return m_state == Mode::Recording;
83
}
84
85
86
// TODO - Once there is GS Capture support again
Callers
4
handleControllerDataUpdate
Method · 0.80
incFrameCounter
Method · 0.80
adjustFrameCounterOnReRecord
Method · 0.80
InformGSThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected