mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Merge pull request #1015 from zhuowei/update_debugger_menu_at_startup
Update debugger button states at startup to disable non-functional JIT menu items
This commit is contained in:
commit
b801c7f8f1
@ -440,6 +440,8 @@ CFrame::CFrame(wxFrame* parent,
|
||||
|
||||
// Update controls
|
||||
UpdateGUI();
|
||||
if (g_pCodeWindow)
|
||||
g_pCodeWindow->UpdateButtonStates();
|
||||
}
|
||||
// Destructor
|
||||
CFrame::~CFrame()
|
||||
|
Loading…
Reference in New Issue
Block a user