mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Add metafilesystem hook to add optimized implementations of compute recursive directory size
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
int RenameFile(const std::string &from, const std::string &to) override;
|
||||
bool RemoveFile(const std::string &filename) override;
|
||||
|
||||
bool ComputeRecursiveDirSizeIfFast(const std::string &path, int64_t *size) override { return false; }
|
||||
|
||||
private:
|
||||
void LoadFileListIndex();
|
||||
// Warning: modifies input string.
|
||||
|
||||
Reference in New Issue
Block a user