mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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