MemStick screen: Call free_disk_space from async tasks

See #19522
This commit is contained in:
Henrik Rydgård
2024-10-11 13:45:43 +02:00
parent 3f3fd5bf64
commit 8a5be21140
13 changed files with 69 additions and 30 deletions
+1 -1
View File
@@ -130,6 +130,6 @@ bool BlobFileSystem::RemoveFile(const std::string &filename) {
return false;
}
u64 BlobFileSystem::FreeSpace(const std::string &path) {
u64 BlobFileSystem::FreeDiskSpace(const std::string &path) {
return 0;
}