mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-09 14:13:34 +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