mount temp dir

This commit is contained in:
georgemoralis 2024-08-09 12:56:03 +03:00
parent d81dbc5b5b
commit 61a6f633fd
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ void Emulator::Run(const std::filesystem::path& file) {
std::filesystem::create_directory(mount_temp_dir);
}
mnt->Mount(mount_temp_dir, "/temp0"); // called in app_content ==> stat/mkdir
mnt->Mount(mount_temp_dir, "/temp");
const auto& mount_download_dir =
Common::FS::GetUserPath(Common::FS::PathType::DownloadDir) / id;