mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-30 07:09:49 -06:00
sys_fs: fix file opening from /app_home
Typo.
This commit is contained in:
parent
a806be8bc4
commit
4ff23a9943
@ -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};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user