mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
cellSaveData: fix minor issues
This commit is contained in:
parent
b83cb2dbf5
commit
014846cf31
2 changed files with 8 additions and 2 deletions
|
@ -607,7 +607,7 @@ namespace fs
|
|||
{
|
||||
fs::file file;
|
||||
|
||||
// This is meant to modify files atomically, overwriting is likely
|
||||
// This is meant to modify files atomically, overwriting is likely
|
||||
bool commit(bool overwrite = true);
|
||||
|
||||
pending_file(const std::string& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue