mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 17:48:08 +00:00
Update debugger button states at startup to disable non-functional JIT menu entries
This commit is contained in:
parent
562c0d7ad7
commit
e0a909c076
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ CFrame::CFrame(wxFrame* parent,
|
||||||
|
|
||||||
// Update controls
|
// Update controls
|
||||||
UpdateGUI();
|
UpdateGUI();
|
||||||
|
if (g_pCodeWindow)
|
||||||
|
g_pCodeWindow->UpdateButtonStates();
|
||||||
}
|
}
|
||||||
// Destructor
|
// Destructor
|
||||||
CFrame::~CFrame()
|
CFrame::~CFrame()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue