mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
VFS::TruncateFile() implemented
This commit is contained in:
parent
b1f7543436
commit
f2276bb70c
7 changed files with 117 additions and 54 deletions
|
@ -20,8 +20,9 @@ bool rMkdir(const std::string& dir);
|
|||
bool rMkpath(const std::string& path);
|
||||
bool rRename(const std::string& from, const std::string& to);
|
||||
bool rCopy(const std::string& from, const std::string& to, bool overwrite);
|
||||
bool rExists(const std::string& path);
|
||||
bool rRemoveFile(const std::string& path);
|
||||
bool rExists(const std::string& file);
|
||||
bool rRemoveFile(const std::string& file);
|
||||
bool rTruncate(const std::string& file, uint64_t length);
|
||||
|
||||
enum rSeekMode
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue