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

Method flags

pcsx2/Cache.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 };
46
47 int flags() const
48 {
49 return rawValue & ALL_FLAGS;
50 }
51
52 bool isValid() const { return rawValue & VALID_FLAG; }
53 bool isDirty() const { return rawValue & DIRTY_FLAG; }

Callers 3

PrintAsCharLiteralToFunction · 0.45
doCacheHitOpFunction · 0.45
CACHEFunction · 0.45

Calls

no outgoing calls

Tested by 1

PrintAsCharLiteralToFunction · 0.36