mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
sys_fs: fix file opening from /app_home
Typo.
This commit is contained in:
parent
a806be8bc4
commit
4ff23a9943
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue