forked from eden-emu/eden
archive_backend: Minor changes to match Switch IFileSystem.
This commit is contained in:
parent
bc4d08fe34
commit
9d9038a32f
5 changed files with 26 additions and 26 deletions
|
@ -322,7 +322,7 @@ ResultVal<std::unique_ptr<DirectoryBackend>> SaveDataArchive::OpenDirectory(
|
|||
return MakeResult<std::unique_ptr<DirectoryBackend>>(std::move(directory));
|
||||
}
|
||||
|
||||
u64 SaveDataArchive::GetFreeBytes() const {
|
||||
u64 SaveDataArchive::GetFreeSpaceSize() const {
|
||||
// TODO: Stubbed to return 1GiB
|
||||
return 1024 * 1024 * 1024;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue