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

Method handleReset

pcsx2/Recording/InputRecording.cpp:291–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void InputRecording::handleReset()
292{
293 if (m_initial_load_complete)
294 {
295 adjustFrameCounterOnReRecord(0);
296 }
297 m_initial_load_complete = true;
298}
299
300void InputRecording::handleLoadingSavestate()
301{

Callers 1

ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected