From 5dfd2dba70b15cead6358b40b980d5be1b32039e Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 18 Oct 2015 15:52:37 -0700 Subject: Implement FS_User::GetFreeBytes --- src/core/file_sys/disk_archive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/file_sys/disk_archive.h') 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 OpenDirectory(const Path& path) const override; + u64 GetFreeBytes() const override; protected: friend class DiskFile; -- cgit v1.2.3