mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: enable hostfs on release builds
This commit is contained in:
parent
fb29353d5d
commit
1feadc186d
|
@ -394,9 +394,9 @@ void MainEmuFrame::CreatePcsx2Menu()
|
|||
wxEmptyString, wxITEM_CHECK);
|
||||
#endif
|
||||
|
||||
if (IsDebugBuild || IsDevBuild)
|
||||
m_GameSettingsSubmenu.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
|
||||
wxEmptyString, wxITEM_CHECK);
|
||||
|
||||
m_GameSettingsSubmenu.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
|
||||
wxEmptyString, wxITEM_CHECK);
|
||||
|
||||
m_menuSys.AppendSeparator();
|
||||
|
||||
|
|
Loading…
Reference in New Issue