summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FileSys: add SaveDataArchivewwylele2016-11-191-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.