summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-19FileSys: add SaveDataArchivewwylele1-0/+283
The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.