Skip to content

Commit

Permalink
pcsx2: enable hostfs on release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tadanokojin committed Oct 15, 2020
1 parent fb29353 commit 1feadc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcsx2/gui/MainFrame.cpp
Expand Up @@ -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();

Expand Down

0 comments on commit 1feadc1

Please sign in to comment.