mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 17:49:45 +00:00
Fixup creating image path
This commit is contained in:
parent
3a1082fe0d
commit
16aae4eb77
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ namespace rsx
|
||||||
if (info->data != nullptr)
|
if (info->data != nullptr)
|
||||||
{
|
{
|
||||||
// Install the image to config dir
|
// Install the image to config dir
|
||||||
fs::create_path(image_path);
|
fs::create_path(fs::get_parent_dir(image_path));
|
||||||
fs::copy_file(src, image_path, true);
|
fs::copy_file(src, image_path, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue