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

Method onOpenMemViewerWithAddress

Source/GUI/MainWindow.cpp:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void MainWindow::onOpenMemViewerWithAddress(u32 address)
304{
305 m_viewer->goToAddress(address);
306 m_viewer->show();
307}
308
309void MainWindow::updateMem2Status()
310{

Callers

nothing calls this directly

Calls 1

goToAddressMethod · 0.80

Tested by

no test coverage detected