mirror of https://github.com/PCSX2/pcsx2.git
parent
641df126c4
commit
6a4fa90b8f
|
@ -474,7 +474,6 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
|
||||||
m_menuSys.Append(MenuId_EnableRecordingTools, _("Enable &Recording Tools"),
|
m_menuSys.Append(MenuId_EnableRecordingTools, _("Enable &Recording Tools"),
|
||||||
wxEmptyString, wxITEM_CHECK);
|
wxEmptyString, wxITEM_CHECK);
|
||||||
#endif
|
#endif
|
||||||
m_menuSys.AppendSeparator();
|
|
||||||
|
|
||||||
if(IsDebugBuild || IsDevBuild)
|
if(IsDebugBuild || IsDevBuild)
|
||||||
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
|
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
|
||||||
|
|
Loading…
Reference in New Issue