mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
DebugInterface: Watches methods added
Move Watches to Common
This commit is contained in:
@ -541,7 +541,7 @@ void CRegisterView::OnPopupMenu(wxCommandEvent& event)
|
||||
switch (event.GetId())
|
||||
{
|
||||
case IDM_WATCHADDRESS:
|
||||
PowerPC::watches.Add(m_selectedAddress);
|
||||
PowerPC::debug_interface.SetWatch(m_selectedAddress);
|
||||
if (watch_window)
|
||||
watch_window->NotifyUpdate();
|
||||
Refresh();
|
||||
|
Reference in New Issue
Block a user