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

Method processControlQueue

pcsx2/Recording/InputRecordingControls.cpp:66–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void InputRecordingControls::processControlQueue()
67{
68 if (!m_controlQueue.empty())
69 {
70
71 while (!m_controlQueue.empty())
72 {
73 m_controlQueue.front()();
74 m_controlQueue.pop();
75 }
76 MTGS::PresentCurrentFrame();
77 }
78}
79
80bool InputRecordingControls::isRecording() const
81{

Callers 1

PollInputOnCPUThreadMethod · 0.80

Calls 3

emptyMethod · 0.45
frontMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected