Disable /host_root/ by default

This commit is contained in:
Nekotekina 2017-05-09 16:15:03 +03:00
parent 5ffb4766b0
commit d4146e4e68
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ cfg::string_entry g_cfg_vfs_dev_usb000(cfg::root.vfs, "/dev_usb000/", "$(Emulato
cfg::string_entry g_cfg_vfs_dev_bdvd(cfg::root.vfs, "/dev_bdvd/"); // Not mounted
cfg::string_entry g_cfg_vfs_app_home(cfg::root.vfs, "/app_home/"); // Not mounted
cfg::bool_entry g_cfg_vfs_allow_host_root(cfg::root.vfs, "Enable /host_root/", true);
cfg::bool_entry g_cfg_vfs_allow_host_root(cfg::root.vfs, "Enable /host_root/");
std::string g_cfg_defaults;