summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-04-16 20:27:34 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-21 22:43:10 +0200
commite47b57a90fb2123a2c4d98f4f990b61976c0ea1f (patch)
tree248e411b62e6172107b9299130445957bccc82cc /src/core/file_sys/bis_factory.h
parentfilesystem: Add FileSystemController to deglobalize FS services (diff)
downloadyuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.tar
yuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.tar.gz
yuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.tar.bz2
yuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.tar.lz
yuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.tar.xz
yuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.tar.zst
yuzu-e47b57a90fb2123a2c4d98f4f990b61976c0ea1f.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/bis_factory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/file_sys/bis_factory.h b/src/core/file_sys/bis_factory.h
index 6229cd5a9..bdfe728c9 100644
--- a/src/core/file_sys/bis_factory.h
+++ b/src/core/file_sys/bis_factory.h
@@ -55,6 +55,12 @@ public:
VirtualDir GetImageDirectory() const;
+ u64 GetSystemNANDFreeSpace() const;
+ u64 GetSystemNANDTotalSpace() const;
+ u64 GetUserNANDFreeSpace() const;
+ u64 GetUserNANDTotalSpace() const;
+ u64 GetFullNANDTotalSpace() const;
+
private:
VirtualDir nand_root;
VirtualDir load_root;