mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Fix the pause/play toolbar button not updating when reaching a breakpoint or a memory check
This commit is contained in:
parent
0015d2e86b
commit
7ad1f340df
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ void CCodeWindow::OnHostMessage(wxCommandEvent& event)
|
||||||
Update();
|
Update();
|
||||||
if (codeview)
|
if (codeview)
|
||||||
codeview->Center(PC);
|
codeview->Center(PC);
|
||||||
|
if (CPU::IsStepping())
|
||||||
|
Parent->UpdateGUI();
|
||||||
if (m_RegisterWindow)
|
if (m_RegisterWindow)
|
||||||
m_RegisterWindow->NotifyUpdate();
|
m_RegisterWindow->NotifyUpdate();
|
||||||
if (m_WatchWindow)
|
if (m_WatchWindow)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue