mount temp dir
This commit is contained in:
parent
d81dbc5b5b
commit
61a6f633fd
|
@ -128,6 +128,7 @@ void Emulator::Run(const std::filesystem::path& file) {
|
||||||
std::filesystem::create_directory(mount_temp_dir);
|
std::filesystem::create_directory(mount_temp_dir);
|
||||||
}
|
}
|
||||||
mnt->Mount(mount_temp_dir, "/temp0"); // called in app_content ==> stat/mkdir
|
mnt->Mount(mount_temp_dir, "/temp0"); // called in app_content ==> stat/mkdir
|
||||||
|
mnt->Mount(mount_temp_dir, "/temp");
|
||||||
|
|
||||||
const auto& mount_download_dir =
|
const auto& mount_download_dir =
|
||||||
Common::FS::GetUserPath(Common::FS::PathType::DownloadDir) / id;
|
Common::FS::GetUserPath(Common::FS::PathType::DownloadDir) / id;
|
||||||
|
|
Loading…
Reference in New Issue