diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 26fb66b958..c2214fe77f 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -814,6 +814,10 @@ void CFrame::OnHostMessage(wxCommandEvent& event) } } break; + + case IDM_UPDATE_BREAKPOINTS: + m_code_window->GetEventHandler()->AddPendingEvent(event); + break; } }