mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-18 08:00:52 -04:00
DebugInterface: Watches methods added
Move Watches to Common
This commit is contained in:
@@ -275,7 +275,7 @@ void CMemoryView::OnPopupMenu(wxCommandEvent& event)
|
||||
#endif
|
||||
|
||||
case IDM_WATCHADDRESS:
|
||||
debugger->AddWatch(selection);
|
||||
debugger->SetWatch(selection);
|
||||
if (watch_window)
|
||||
watch_window->NotifyUpdate();
|
||||
Refresh();
|
||||
|
||||
Reference in New Issue
Block a user