mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Another attempt to fix fs::pending_file for hardlinks
This commit is contained in:
parent
d3c0ec5651
commit
b053b1e200
2 changed files with 44 additions and 4 deletions
|
@ -601,6 +601,8 @@ namespace fs
|
|||
// Temporary directory
|
||||
const std::string& get_temp_dir();
|
||||
|
||||
std::string generate_neighboring_path(std::string_view source, u64 seed);
|
||||
|
||||
// Unique pending file creation destined to be renamed to the destination file
|
||||
struct pending_file
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue