summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_backend.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Cleanup to better match Switch file system constructs.bunnei2018-01-211-190/+0
* archive_backend: Minor changes to match Switch IFileSystem.bunnei2018-01-211-22/+22
* FileSys: make Archive interfaces return error codewwylele2016-11-011-14/+14
* fs: implement DeleteDirectoryRecursivelywwylele2016-10-021-0/+7
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-19/+17
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-17/+20
* HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv2016-03-201-3/+4
* HLE/FS: Corrected some style concerns.Subv2016-03-201-1/+1
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+17
* HLE/FS: Return the proper error codes when opening files.Subv2016-03-201-2/+2
* HLE/FS: Corrected the error codes for DeleteFileSubv2016-03-201-2/+2
* HLE/FS: FS::CreateFile takes an u64 for the file size.Subv2016-03-201-1/+1
* archive_backend: Remove unnecessary const from return typesLioncash2016-01-251-4/+4
* Implement FS_User::GetFreeBytesarchshift2015-10-281-0/+6
* FileSys: De-inline Path membersYuri Kunde Schlesner2015-05-071-125/+9
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-7/+10
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-14/+25
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-0/+3
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-0/+17
* FileSys: Clean up according to the coding style, and remove redundant namespaced names.Emmanuel Gil Peyrot2014-12-241-78/+74
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-0/+5
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Merge pull request #271 from archshift/createfbunnei2014-12-211-0/+8
|\ \
| * | Added CreateFile to the FS_USER servicearchshift2014-12-211-0/+8
| |/
* / Clean up some warningsChin2014-12-201-1/+10
|/
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-30/+0
* Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-0/+255