Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
void GSQueueSnapshot(const std::string& path, u32 gsdump_frames)
483
{
484
if (g_gs_renderer)
485
g_gs_renderer->QueueSnapshot(path, gsdump_frames);
486
}
487
488
void GSStopGSDump()
489
{
Callers
4
BeginPresentFrame
Method · 0.85
queueSnapshot
Method · 0.85
DrawPauseMenu
Method · 0.85
GS.cpp
File · 0.85
Calls
1
QueueSnapshot
Method · 0.80
Tested by
no test coverage detected