MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / setBase

Method setBase

Source/MemoryWatch/MemWatchEntry.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void MemWatchEntry::setBase(const Common::MemBase base)
154{
155 m_base = base;
156}
157
158void MemWatchEntry::setLock(const bool doLock)
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected