summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_backend.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-12-28 15:59:27 +0100
committerSubv <subv2112@gmail.com>2016-03-20 20:28:14 +0100
commit09b0564c75c3da41eaf15dcb847831c11f4c27b9 (patch)
treedce86c99034cd11bbba6b599389c72e827fedbaa /src/core/file_sys/archive_backend.h
parentHLE/FS: Corrected the error codes for CreateFile (diff)
downloadyuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.tar
yuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.tar.gz
yuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.tar.bz2
yuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.tar.lz
yuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.tar.xz
yuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.tar.zst
yuzu-09b0564c75c3da41eaf15dcb847831c11f4c27b9.zip
Diffstat (limited to 'src/core/file_sys/archive_backend.h')
-rw-r--r--src/core/file_sys/archive_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/file_sys/archive_backend.h b/src/core/file_sys/archive_backend.h
index 152c8201c..c5da9bd6f 100644
--- a/src/core/file_sys/archive_backend.h
+++ b/src/core/file_sys/archive_backend.h
@@ -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