Add SystemSaveData::CreateDirectory

This commit is contained in:
wheremyfoodat 2023-09-24 22:41:31 +03:00
parent 7c8d73071a
commit e9ec836504
2 changed files with 25 additions and 1 deletions

View file

@ -12,7 +12,7 @@ class SystemSaveDataArchive : public ArchiveBase {
std::string name() override { return "SystemSaveData"; }
//HorizonResult createDirectory(const FSPath& path) override;
HorizonResult createDirectory(const FSPath& path) override;
HorizonResult createFile(const FSPath& path, u64 size) override;
HorizonResult deleteFile(const FSPath& path) override;