| 346 | } |
| 347 | |
| 348 | void 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 | |
| 359 | void GSDumpReplayerExitExecution() |
| 360 | { |
nothing calls this directly
no test coverage detected