Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
void InputRecording::handleReset()
292
{
293
if (m_initial_load_complete)
294
{
295
adjustFrameCounterOnReRecord(0);
296
}
297
m_initial_load_complete = true;
298
}
299
300
void InputRecording::handleLoadingSavestate()
301
{
Callers
1
Reset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected