mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 14:17:57 -05:00
filesystem: Pass Size Getter functions to IFileSystem for sizes
This commit is contained in:
@ -215,12 +215,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
|
||||
|
Reference in New Issue
Block a user