MCPcopy Create free account
hub / github.com/Inori/GPCS4 / isCompatible

Method isCompatible

GPCS4/Graphics/Violet/VltMemory.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 bool VltMemoryChunk::isCompatible(const Rc<VltMemoryChunk>& other) const
179 {
180 return other->m_memory.memFlags == m_memory.memFlags && other->m_hints == m_hints;
181 }
182
183 bool VltMemoryChunk::checkHints(VltMemoryFlags hints) const
184 {

Callers 2

findInstanceMethod · 0.45
shouldFreeChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected