diff options
author | archshift <gh@archshift.com> | 2015-10-19 00:52:37 +0200 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-10-28 07:33:59 +0100 |
commit | 5dfd2dba70b15cead6358b40b980d5be1b32039e (patch) | |
tree | bda933874f35988982444c9e4e934fe64a6e0a9c /src/core/file_sys/disk_archive.h | |
parent | Merge pull request #1194 from linkmauve/no-newline (diff) | |
download | yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.tar yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.tar.gz yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.tar.bz2 yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.tar.lz yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.tar.xz yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.tar.zst yuzu-5dfd2dba70b15cead6358b40b980d5be1b32039e.zip |
Diffstat (limited to 'src/core/file_sys/disk_archive.h')
-rw-r--r-- | src/core/file_sys/disk_archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/disk_archive.h b/src/core/file_sys/disk_archive.h index aaac65b17..ef9a98057 100644 --- a/src/core/file_sys/disk_archive.h +++ b/src/core/file_sys/disk_archive.h @@ -41,6 +41,7 @@ public: bool CreateDirectory(const Path& path) const override; bool RenameDirectory(const Path& src_path, const Path& dest_path) const override; std::unique_ptr<DirectoryBackend> OpenDirectory(const Path& path) const override; + u64 GetFreeBytes() const override; protected: friend class DiskFile; |