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

Method setBase

Source/MemoryScanner/MemoryScanner.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void MemScanner::setBase(const Common::MemBase base)
532{
533 m_memBase = base;
534}
535
536void MemScanner::setEnforceMemAlignment(const bool enforceAlignment)
537{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected