diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-04-16 14:32:18 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 16:43:10 -0400 |
| commit | 43af31836ebe923f0bd34d85b74788e78d04b4e2 (patch) | |
| tree | 84b0e1b488a80ef04181ff0892a566da72f1d6a9 /src/core/hle/service/filesystem/filesystem.h | |
| parent | 721a92775d2da30843fc5e1d9887e55dafa0bc3a (diff) | |
filesystem: Pass Size Getter functions to IFileSystem for sizes
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index aa4e437ac..2eb3a641d 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -216,12 +216,6 @@ public: ResultVal<FileSys::VirtualDir> OpenDirectory(const std::string& path); /** - * Get the free space - * @return The number of free bytes in the archive - */ - u64 GetFreeSpaceSize() const; - - /** * Get the type of the specified path * @return The type of the specified path or error code */ |
