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

Method gotoAddress

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

Source from the content-addressed store, hash-verified

959}
960
961void MemoryView::gotoAddress(u32 address)
962{
963 m_table.UpdateStartAddress(address & ~0xF);
964 m_table.selectedAddress = address;
965 update();
966 setFocus();
967}
968
969#include "moc_MemoryView.cpp"

Callers

nothing calls this directly

Calls 2

UpdateStartAddressMethod · 0.80
updateFunction · 0.50

Tested by

no test coverage detected