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

Function IsCompleted

common/ReadbackSpinManager.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18static bool IsCompleted(const ReadbackSpinManager::Event& event)
19{
20 return event.begin != event.end;
21}
22
23static int Similarity(const std::vector<ReadbackSpinManager::Event>& a, std::vector<ReadbackSpinManager::Event>& b)
24{

Callers 1

DrawSubmittedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected