[FS] Add non-shared ExtSaveData, stub SaveData::GetFormatInfo

This commit is contained in:
wheremyfoodat 2023-03-20 17:33:00 +02:00
parent 0d6082e241
commit 9b9f011f5b
5 changed files with 12 additions and 3 deletions

View file

@ -10,6 +10,7 @@ public:
CreateFileResult createFile(const FSPath& path, u64 size) override;
DeleteFileResult deleteFile(const FSPath& path) override;
FormatInfo getFormatInfo(const FSPath& path) override;
ArchiveBase* openArchive(const FSPath& path) override;
FileDescriptor openFile(const FSPath& path, const FilePerms& perms) override;