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

Function UpdateMemoryValues

Source/Common/MemoryCommon.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void UpdateMemoryValues(const u32 mem1size, const u32 mem2size)
40{
41 s_mem1_size_real = mem1size;
42 s_mem2_size_real = mem2size;
43 s_mem1_end = MEM1_START + GetMEM1SizeReal();
44 s_mem2_end = MEM2_START + GetMEM2SizeReal();
45}
46
47size_t getSizeForType(const MemType type, const size_t length)
48{

Callers 1

hookMethod · 0.85

Calls 2

GetMEM1SizeRealFunction · 0.85
GetMEM2SizeRealFunction · 0.85

Tested by

no test coverage detected