mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Update debugger button states at startup to disable non-functional JIT menu entries
This commit is contained in:
parent
562c0d7ad7
commit
e0a909c076
@ -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…
Reference in New Issue
Block a user