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

Method processRecordQueue

pcsx2/Recording/InputRecording.cpp:217–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void InputRecording::processRecordQueue()
218{
219 while (!m_recordingQueue.empty())
220 {
221 m_recordingQueue.front()();
222 m_recordingQueue.pop();
223 }
224}
225
226void InputRecording::incFrameCounter()
227{

Callers 1

PollInputOnCPUThreadMethod · 0.80

Calls 3

emptyMethod · 0.45
frontMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected