| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-21 | file_sys: Cleanup to better match Switch file system constructs. | bunnei | |
| file_sys: Add factory class for RomFS file system. | |||
| 2018-01-21 | archive_backend: Minor changes to match Switch IFileSystem. | bunnei | |
| 2016-11-01 | FileSys: make Archive interfaces return error code | wwylele | |
| and make the mode parameter a reference since it is a BitField union | |||
| 2016-10-02 | fs: implement DeleteDirectoryRecursively | wwylele | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-03-20 | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | Subv | |
| This allows Fire Emblem to boot again. | |||
| 2016-03-20 | HLE/FS: Corrected some style concerns. | Subv | |
| 2016-03-20 | HLE/FS: Implemented GetFormatInfo | Subv | |
| Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive. | |||
| 2016-03-20 | HLE/FS: Return the proper error codes when opening files. | Subv | |
| 2016-03-20 | HLE/FS: Corrected the error codes for DeleteFile | Subv | |
| 2016-03-20 | HLE/FS: FS::CreateFile takes an u64 for the file size. | Subv | |
| 2016-01-25 | archive_backend: Remove unnecessary const from return types | Lioncash | |
| This doesn't return by reference so const isn't really necessary | |||
| 2015-10-27 | Implement FS_User::GetFreeBytes | archshift | |
| 2015-05-06 | FileSys: De-inline Path members | Yuri Kunde Schlesner | |
| 2015-05-06 | FileSys: Clean-up includes, de-inline destructors | Yuri Kunde Schlesner | |
| 2015-02-10 | FS: Allow multiple instances of the same archive type to be open at once | Yuri Kunde Schlesner | |
| 2015-01-02 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | |
| Fixed a few warnings and cleaned up the code | |||
| 2014-12-29 | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | |
| They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded. | |||
| 2014-12-24 | FileSys: Clean up according to the coding style, and remove redundant ↵ | Emmanuel Gil Peyrot | |
| namespaced names. | |||
| 2014-12-21 | CFG: Implemented the GetConfigInfoBlk2 function. | Subv | |
| Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS | |||
| 2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
| License change | |||
| 2014-12-21 | Merge pull request #271 from archshift/createf | bunnei | |
| Added CreateFile to the FS_USER service | |||
| 2014-12-21 | Added CreateFile to the FS_USER service | archshift | |
| Tested with hwtests. | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-20 | Clean up some warnings | Chin | |
| 2014-12-16 | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | |
| - Refactor FS::Archive internals to make Archive creation and lifetime management clearer. - Remove the "Archive as a File" hack. - Implement 64-bit Archive handles. | |||
| 2014-12-16 | Service.FS: Rename FileSys::File to FileBackend | Yuri Kunde Schlesner | |
| 2014-12-16 | Service.FS: Rename FileSys::Directory to DirectoryBackend | Yuri Kunde Schlesner | |
| 2014-12-16 | Service.FS: Rename FileSys::Archive to ArchiveBackend | Yuri Kunde Schlesner | |
