MCPcopy 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
222int MTGS::GetCurrentVsyncQueueSize()
223{
224 return s_QueuedFrameCount.load(std::memory_order_acquire);
225}
226
227struct RingCmdPacket_Vsync
228{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected