summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/errors.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: expand support for NCA readingLiam2023-08-151-0/+70
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-9/+9
* service: filesystem: Return proper error codes for CreateFileMorph2021-05-011-0/+1
* set_sys: Use official nintendo version stringZach Hilman2019-03-111-0/+3
* file_sys/errors: Remove currently unused filesystem error codesLioncash2018-11-161-10/+0
* file_sys/errors: Get rid of the ErrCodes namespaceLioncash2018-11-161-17/+5
* file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash2018-11-161-1/+8
* file_sys/errors: Remove redundant object constructor callsLioncash2018-07-211-8/+8
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+1
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-0/+2
* Services/FS: Return the correct error code when trying to mount a nonexistent savedata.Subv2018-06-191-0/+1
* FS: Use the correct error code when trying to open files that don't exist.Subv2018-03-041-22/+3
* hle: Use Switch formatted result codes.bunnei2017-11-011-56/+10
* FileSys: Move all result description to errors.hYuri Kunde Schlesner2017-05-251-43/+84
* file_sys: add Self NCCH archivewwylele2017-02-131-0/+10
* FileSys: Implement OtherSaveDatawwylele2016-11-291-0/+3
* FileSys: add SDMCWriteOnlyArchivewwylele2016-11-191-0/+2
* FileSys: add SDMCArchivewwylele2016-11-191-0/+9
* FileSys: add SaveDataArchivewwylele2016-11-191-0/+29