mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Update debugger button states at startup to disable non-functional JIT menu entries
This commit is contained in:
@ -440,6 +440,8 @@ CFrame::CFrame(wxFrame* parent,
|
||||
|
||||
// Update controls
|
||||
UpdateGUI();
|
||||
if (g_pCodeWindow)
|
||||
g_pCodeWindow->UpdateButtonStates();
|
||||
}
|
||||
// Destructor
|
||||
CFrame::~CFrame()
|
||||
|
Reference in New Issue
Block a user