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

Method contextFollowAddress

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

Source from the content-addressed store, hash-verified

911}
912
913void MemoryView::contextFollowAddress()
914{
915 bool valid;
916 u32 address = cpu().Read32(m_table.selectedAddress & ~3, &valid);
917 if (!valid)
918 return;
919
920 gotoAddress(address);
921}
922
923void MemoryView::mouseDoubleClickEvent(QMouseEvent* event)
924{

Callers

nothing calls this directly

Calls 1

Read32Method · 0.45

Tested by

no test coverage detected