mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +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
|
||||
UpdateGUI();
|
||||
if (g_pCodeWindow)
|
||||
g_pCodeWindow->UpdateButtonStates();
|
||||
}
|
||||
// Destructor
|
||||
CFrame::~CFrame()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue