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