fix the read-only menu item being disabled when emulation is paused (the hotkey was fine but I guess some people still use the menu)

This commit is contained in:
nitsuja 2011-12-19 16:38:07 -08:00
parent 3e773f093d
commit 3006d0696c

View File

@ -1632,7 +1632,7 @@ void CFrame::UpdateGUI()
}
}
GetMenuBar()->FindItem(IDM_RECORDREADONLY)->Enable(Running);
GetMenuBar()->FindItem(IDM_RECORDREADONLY)->Enable(Running || Paused);
if (!Initialized && !m_bGameLoading)
{