summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-10-04 02:34:56 +0200
committerGitHub <noreply@github.com>2016-10-04 02:34:56 +0200
commit7ed97fb89aa8cfe39a36f1958de61e69b2e5026c (patch)
tree779a58d37d20674d97b648b9546413c1ce8f7d6a /src/core/file_sys/ivfc_archive.h
parentMerge pull request #2103 from wwylele/gpu-reg-cleanup (diff)
parentfs: clean up log format (diff)
downloadyuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.tar
yuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.tar.gz
yuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.tar.bz2
yuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.tar.lz
yuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.tar.xz
yuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.tar.zst
yuzu-7ed97fb89aa8cfe39a36f1958de61e69b2e5026c.zip
Diffstat (limited to 'src/core/file_sys/ivfc_archive.h')
-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;