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

Function GSQueueSnapshot

pcsx2/GS/GS.cpp:482–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void GSQueueSnapshot(const std::string& path, u32 gsdump_frames)
483{
484 if (g_gs_renderer)
485 g_gs_renderer->QueueSnapshot(path, gsdump_frames);
486}
487
488void GSStopGSDump()
489{

Callers 4

BeginPresentFrameMethod · 0.85
queueSnapshotMethod · 0.85
DrawPauseMenuMethod · 0.85
GS.cppFile · 0.85

Calls 1

QueueSnapshotMethod · 0.80

Tested by

no test coverage detected