mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Implement fs::make_gather
This commit is contained in:
parent
57ba9d3939
commit
441541a42f
2 changed files with 119 additions and 0 deletions
|
@ -625,4 +625,6 @@ namespace fs
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
file make_gather(std::vector<file>);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue