Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file_sys: Remove disk_archive, savedata_archive, and title_metadata. | bunnei | 2018-01-21 | 1 | -330/+0 |
| | |||||
* | archive_backend: Minor changes to match Switch IFileSystem. | bunnei | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | hle: Use Switch formatted result codes. | bunnei | 2017-11-01 | 1 | -12/+10 |
| | |||||
* | Handle invalid filenames when renaming files/directories | James | 2017-07-31 | 1 | -2/+39 |
| | |||||
* | core: fix savedata_archive.cpp warnings about unhandled enumeration values on OSX | Kloen | 2017-01-29 | 1 | -0/+12 |
| | |||||
* | FileSys: add SaveDataArchive | wwylele | 2016-11-19 | 1 | -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. |