mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user