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

Method setValidPFN

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

Source from the content-addressed store, hash-verified

91 }
92
93 constexpr void setValidPFN(bool valid)
94 {
95 if (valid)
96 rawValue |= 0x800;
97 else
98 rawValue &= ~0x800;
99 }
100 };
101
102 struct CacheLine

Callers 1

getFreeCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected