MCPcopy 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
80bool InputRecordingControls::isRecording() const
81{
82 return m_state == Mode::Recording;
83}
84
85
86// TODO - Once there is GS Capture support again

Callers 4

incFrameCounterMethod · 0.80
InformGSThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected