summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-21file_sys: Remove disk_archive, savedata_archive, and title_metadata.bunnei1-43/+0
2018-01-21archive_backend: Minor changes to match Switch IFileSystem.bunnei1-1/+1
2016-12-07file_sys: Make a few single-argument constructors explicitLioncash1-1/+1
Prevents implicit conversions.
2016-11-19FileSys: add SaveDataArchivewwylele1-0/+43
The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.