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

Function EventIsReadback

common/ReadbackSpinManager.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <algorithm>
7
8static bool EventIsReadback(const ReadbackSpinManager::Event& event)
9{
10 return event.size < 0;
11}
12
13static bool EventIsDraw(const ReadbackSpinManager::Event& event)
14{

Callers 3

EventIsDrawFunction · 0.85
SimilarityFunction · 0.85
ReadbackRequestedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected