summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-04-16 20:32:18 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-21 22:43:10 +0200
commit43af31836ebe923f0bd34d85b74788e78d04b4e2 (patch)
tree84b0e1b488a80ef04181ff0892a566da72f1d6a9 /src/core/hle/service/filesystem/filesystem.h
parentsdmc_factory: Add SD Card size getters (diff)
downloadyuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.tar
yuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.tar.gz
yuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.tar.bz2
yuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.tar.lz
yuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.tar.xz
yuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.tar.zst
yuzu-43af31836ebe923f0bd34d85b74788e78d04b4e2.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/filesystem.h6
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
*/