diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-04-16 14:28:20 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 16:43:10 -0400 |
| commit | 721a92775d2da30843fc5e1d9887e55dafa0bc3a (patch) | |
| tree | 04913f7daeef3307d7f9dfb3fff26832017fb56b /src/core/file_sys/sdmc_factory.h | |
| parent | e47b57a90fb2123a2c4d98f4f990b61976c0ea1f (diff) | |
sdmc_factory: Add SD Card size getters
Diffstat (limited to 'src/core/file_sys/sdmc_factory.h')
| -rw-r--r-- | src/core/file_sys/sdmc_factory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/file_sys/sdmc_factory.h b/src/core/file_sys/sdmc_factory.h index abe6cc41c..164fd9435 100644 --- a/src/core/file_sys/sdmc_factory.h +++ b/src/core/file_sys/sdmc_factory.h @@ -28,6 +28,9 @@ public: VirtualDir GetImageDirectory() const; + u64 GetSDMCFreeSpace() const; + u64 GetSDMCTotalSpace() const; + private: VirtualDir dir; |
