Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file_sys: Remove disk_archive, savedata_archive, and title_metadata. | bunnei | 2018-01-21 | 1 | -43/+0 |
| | |||||
* | archive_backend: Minor changes to match Switch IFileSystem. | bunnei | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | file_sys: Make a few single-argument constructors explicit | Lioncash | 2016-12-07 | 1 | -1/+1 |
| | | | | Prevents implicit conversions. | ||||
* | FileSys: add SaveDataArchive | wwylele | 2016-11-19 | 1 | -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. |