Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
static bool IsCompleted(const ReadbackSpinManager::Event& event)
19
{
20
return event.begin != event.end;
21
}
22
23
static int Similarity(const std::vector<ReadbackSpinManager::Event>& a, std::vector<ReadbackSpinManager::Event>& b)
24
{
Callers
1
DrawSubmitted
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected