mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 19:05:45 +00:00
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
|
@ -39,7 +39,7 @@ public:
|
|||
ResultCode CreateDirectory(const Path& path) const override;
|
||||
ResultCode RenameDirectory(const Path& src_path, const Path& dest_path) const override;
|
||||
ResultVal<std::unique_ptr<DirectoryBackend>> OpenDirectory(const Path& path) const override;
|
||||
u64 GetFreeBytes() const override;
|
||||
u64 GetFreeSpaceSize() const override;
|
||||
|
||||
protected:
|
||||
std::shared_ptr<FileUtil::IOFile> romfs_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue