summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Use Switch formatted result codes.bunnei2017-11-011-12/+10
|
* Handle invalid filenames when renaming files/directoriesJames2017-07-311-2/+39
|
* 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.