diff --git a/pcsx2/gui/MainFrame.cpp b/pcsx2/gui/MainFrame.cpp index 0e0bc4a1ca..28ad795694 100644 --- a/pcsx2/gui/MainFrame.cpp +++ b/pcsx2/gui/MainFrame.cpp @@ -448,6 +448,7 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title) m_menuSys.Append(MenuId_Sys_Shutdown, _("Shut&down"), _("Wipes all internal VM states and shuts down plugins.")); + m_menuSys.FindItem(MenuId_Sys_Shutdown)->Enable(false); m_menuSys.Append(MenuId_Exit, _("E&xit"), AddAppName(_("Closing %s may be hazardous to your health"))); @@ -671,8 +672,6 @@ void MainEmuFrame::ApplyCoreStatus() cdvd2->SetHelp(_("Use fast boot to skip PS2 startup and splash screens")); } } - - menubar.Enable( MenuId_Sys_Shutdown, SysHasValidState() || CorePlugins.AreAnyInitialized() ); } //Apply a config to the menu such that the menu reflects it properly