pcsx2: enable hostfs on release builds

This commit is contained in:
Kojin 2020-10-14 15:19:59 -04:00
parent fb29353d5d
commit 1feadc186d
1 changed files with 3 additions and 3 deletions

View File

@ -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();