summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: fix savedata_archive.cpp warnings about unhandled enumeration values on OSXKloen2017-01-291-0/+12
|
* 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.