summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_archive.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* file_sys: Remove disk_archive, savedata_archive, and title_metadata.bunnei2018-01-211-43/+0
|
* archive_backend: Minor changes to match Switch IFileSystem.bunnei2018-01-211-1/+1
|
* file_sys: Make a few single-argument constructors explicitLioncash2016-12-071-1/+1
| | | | Prevents implicit conversions.
* FileSys: add SaveDataArchivewwylele2016-11-191-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.