PCSX2-WX: Disable HostFs for release builds

This commit is contained in:
Akash 2016-11-05 22:46:28 +05:30 committed by Jonathan Li
parent 947b6b5503
commit 259b81317d
1 changed files with 3 additions and 2 deletions

View File

@ -440,8 +440,9 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
m_menuSys.Append(MenuId_EnableWideScreenPatches, _("Enable &Widescreen Patches"),
wxEmptyString, wxITEM_CHECK);
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
wxEmptyString, wxITEM_CHECK);
if(IsDebugBuild || IsDevBuild)
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
wxEmptyString, wxITEM_CHECK);
m_menuSys.AppendSeparator();