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

Method lrf

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

Source from the content-addressed store, hash-verified

52 bool isValid() const { return rawValue & VALID_FLAG; }
53 bool isDirty() const { return rawValue & DIRTY_FLAG; }
54 bool lrf() const { return rawValue & LRF_FLAG; }
55 bool isLocked() const { return rawValue & LOCK_FLAG; }
56
57 bool isDirtyAndValid() const

Callers 1

getFreeCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected