summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2018-01-21file_sys: Clang format fixes.bunnei
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei
2018-01-21file_sys: Remove disk_archive, savedata_archive, and title_metadata.bunnei
2018-01-21archive_backend: Minor changes to match Switch IFileSystem.bunnei
2018-01-21file_sys: Repurpose 3DS IVFC code for Switch ROMFS.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-17Update title_metadata.hN00byKing
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-01file_sys, loader: add support for reading TMDs to determine app pathsshinyquagsire23
2017-10-01file_sys: add class for Title Metadata (TMD)shinyquagsire23
2017-10-01file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...shinyquagsire23
2017-10-01file_sys/archive_ncch: use NCCHContainer instead of loading .romfs filesshinyquagsire23
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-25HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Subv
2017-09-25Loader/NCCH: Add support for loading application updates (#2927)Max Thomas
2017-08-21Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...Subv
2017-07-31Handle invalid filenames when renaming files/directoriesJames
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Switched to the ERROR_NOT_FOUND constant from errors.h.TheKoopaKingdom
2017-06-02Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-05-24FileSys: Move all result description to errors.hYuri Kunde Schlesner
2017-03-08file_sys: lower log level for setting host pathwwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-13loader: use self NCCH archivewwylele
2017-02-13file_sys: add Self NCCH archivewwylele
2017-01-29core: fix savedata_archive.cpp warnings about unhandled enumeration values on...Kloen
2017-01-29core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSXKloen
2017-01-29core: fix archive_extsavedata.cpp warning on OSXKloen
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-15archive_source_sd_savedata: Add static method to get a specific save data pathMerryMage
2016-12-07file_sys: Make a few single-argument constructors explicitLioncash
2016-11-29FileSys: Implement OtherSaveDatawwylele
2016-11-29FileSys: abstract SD save data archive sourcewwylele
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele
2016-11-19FileSys: remove unused DiskArchivewwylele
2016-11-19FileSys: w->rw permission lift only happens in SDMC archivewwylele
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele
2016-11-19FileSys: add SDMCArchivewwylele
2016-11-19FileSys: add ExtSaveDataArchivewwylele
2016-11-19FileSys: add SaveDataArchivewwylele
2016-11-19FileSys: remove Open from FileBackendwwylele
2016-11-19FileSys: remove Open from DirectoryBackendwwylele
2016-11-19FileSys: add PathParserwwylele
2016-11-01FileSys: make Archive interfaces return error codewwylele