Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ GetCurrentVsyncQueueSize
Method
GetCurrentVsyncQueueSize
pcsx2/MTGS.cpp:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
int MTGS::GetCurrentVsyncQueueSize()
223
{
224
return s_QueuedFrameCount.load(std::memory_order_acquire);
225
}
226
227
struct RingCmdPacket_Vsync
228
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected