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

Method UpdateStartAddress

pcsx2-qt/Debugger/Memory/MemoryView.cpp:22–25  ·  view source on GitHub ↗

MemoryViewTable */

Source from the content-addressed store, hash-verified

20 MemoryViewTable
21*/
22void MemoryViewTable::UpdateStartAddress(u32 start)
23{
24 startAddress = start & ~0xF;
25}
26
27void MemoryViewTable::UpdateSelectedAddress(u32 selected, bool page)
28{

Callers 4

MemoryViewMethod · 0.80
fromJsonMethod · 0.80
wheelEventMethod · 0.80
gotoAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected