aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/savedata_archive.cpp
AgeCommit message (Collapse)Author
2018-01-21file_sys: Remove disk_archive, savedata_archive, and title_metadata.bunnei
2018-01-21archive_backend: Minor changes to match Switch IFileSystem.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-07-31Handle invalid filenames when renaming files/directoriesJames
2017-01-29core: fix savedata_archive.cpp warnings about unhandled enumeration values ↵Kloen
on OSX
2016-11-19FileSys: add SaveDataArchivewwylele
The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.