mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
ISO: pass mode to file
This commit is contained in:
parent
ec00a06caf
commit
f2c8b157ef
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ std::unique_ptr<fs::file_base> iso_device::open(const std::string& path, bs_t<fs
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
return std::make_unique<iso_file>(fs::file(iso_path), *node);
|
return std::make_unique<iso_file>(fs::file(iso_path, mode), *node);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::unique_ptr<fs::dir_base> iso_device::open_dir(const std::string& path)
|
std::unique_ptr<fs::dir_base> iso_device::open_dir(const std::string& path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue