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

Function GSDumpReplayerCpuExecute

pcsx2/GSDumpReplayer.cpp:348–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void GSDumpReplayerCpuExecute()
349{
350 s_dump_running = true;
351 s_next_frame_time = GetCPUTicks();
352
353 while (s_dump_running)
354 {
355 GSDumpReplayerCpuStep();
356 }
357}
358
359void GSDumpReplayerExitExecution()
360{

Callers

nothing calls this directly

Calls 2

GSDumpReplayerCpuStepFunction · 0.85
GetCPUTicksFunction · 0.50

Tested by

no test coverage detected