mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-01 19:39:10 +12:00
[FS] Add non-shared ExtSaveData, stub SaveData::GetFormatInfo
This commit is contained in:
parent
0d6082e241
commit
9b9f011f5b
5 changed files with 12 additions and 3 deletions
include/fs
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue