summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-10-02 05:29:04 +0200
committerwwylele <wwylele@gmail.com>2016-10-02 05:29:16 +0200
commit96b0e9476bdd010051bec427d365b49437801f4d (patch)
tree6a80eef8c0fbbf7e891755a102fcc8674efb1f26 /src/core/file_sys/ivfc_archive.h
parentMerge pull request #2083 from yuriks/opengl-scissor-cached-rect (diff)
downloadyuzu-96b0e9476bdd010051bec427d365b49437801f4d.tar
yuzu-96b0e9476bdd010051bec427d365b49437801f4d.tar.gz
yuzu-96b0e9476bdd010051bec427d365b49437801f4d.tar.bz2
yuzu-96b0e9476bdd010051bec427d365b49437801f4d.tar.lz
yuzu-96b0e9476bdd010051bec427d365b49437801f4d.tar.xz
yuzu-96b0e9476bdd010051bec427d365b49437801f4d.tar.zst
yuzu-96b0e9476bdd010051bec427d365b49437801f4d.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/ivfc_archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/ivfc_archive.h b/src/core/file_sys/ivfc_archive.h
index 0df6cf83a..2fbb3a568 100644
--- a/src/core/file_sys/ivfc_archive.h
+++ b/src/core/file_sys/ivfc_archive.h
@@ -37,6 +37,7 @@ public:
ResultCode DeleteFile(const Path& path) const override;
bool RenameFile(const Path& src_path, const Path& dest_path) const override;
bool DeleteDirectory(const Path& path) const override;
+ bool DeleteDirectoryRecursively(const Path& path) const override;
ResultCode CreateFile(const Path& path, u64 size) const override;
bool CreateDirectory(const Path& path) const override;
bool RenameDirectory(const Path& src_path, const Path& dest_path) const override;