summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-29core: fix savedata_archive.cpp warnings about unhandled enumeration values on OSXKloen1-0/+12
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.