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

Method setDirty

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

Source from the content-addressed store, hash-verified

61
62 void setValid() { rawValue |= VALID_FLAG; }
63 void setDirty() { rawValue |= DIRTY_FLAG; }
64 void setLocked() { rawValue |= LOCK_FLAG; }
65 void clearValid() { rawValue &= ~VALID_FLAG; }
66 void clearDirty() { rawValue &= ~DIRTY_FLAG; }

Callers 1

prepareCacheAccessFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected