HLE/FS: Corrected the error codes for DeleteFile

This commit is contained in:
Subv
2015-12-28 09:59:27 -05:00
parent b350f192bb
commit 09b0564c75
6 changed files with 22 additions and 12 deletions

View File

@ -83,9 +83,9 @@ public:
/**
* Delete a file specified by its path
* @param path Path relative to the archive
* @return Whether the file could be deleted
* @return Result of the operation
*/
virtual bool DeleteFile(const Path& path) const = 0;
virtual ResultCode DeleteFile(const Path& path) const = 0;
/**
* Rename a File specified by its path