sys_fs: fix file opening from /app_home

Typo.
This commit is contained in:
Nekotekina 2020-10-12 21:23:17 +03:00
parent a806be8bc4
commit 4ff23a9943

View file

@ -495,7 +495,7 @@ lv2_file::open_result_t lv2_file::open(std::string_view vpath, s32 flags, s32 mo
const auto mp = lv2_fs_object::get_mp(path);
if (mp == &g_mp_sys_host_root)
if (mp == &g_mp_sys_dev_root)
{
return {CELL_EISDIR, path};
}