summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
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
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-21FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlockMerryMage
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage