mirror of https://github.com/PCSX2/pcsx2.git
PCSX2-WX: Disable HostFs for release builds
This commit is contained in:
parent
947b6b5503
commit
259b81317d
|
@ -440,6 +440,7 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
|
|||
m_menuSys.Append(MenuId_EnableWideScreenPatches, _("Enable &Widescreen Patches"),
|
||||
wxEmptyString, wxITEM_CHECK);
|
||||
|
||||
if(IsDebugBuild || IsDevBuild)
|
||||
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
|
||||
wxEmptyString, wxITEM_CHECK);
|
||||
|
||||
|
|
Loading…
Reference in New Issue