summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_ncch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-13Remove lots more 3DS-specific code.bunnei1-114/+0
2017-10-01file_sys, loader: add support for reading TMDs to determine app pathsshinyquagsire231-2/+13
2017-10-01file_sys/archive_ncch: use NCCHContainer instead of loading .romfs filesshinyquagsire231-6/+12
2017-06-03Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom1-6/+6
2017-06-03Switched to the ERROR_NOT_FOUND constant from errors.h.TheKoopaKingdom1-2/+2
2017-06-03Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom1-1/+35
2017-06-03Made some changes from review comments:TheKoopaKingdom1-1/+2
2016-12-22core: Remove HLE module, consolidate code & various cleanups.bunnei1-1/+1
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele1-11/+11
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+8
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-2/+2
2016-03-20HLE/FS: Implemented GetFormatInfoSubv1-1/+7
2015-07-14FS: Stream RomFS from file instead of loading all of it to memorycondut1-7/+4
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-0/+5
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot1-0/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+1
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner1-13/+15
2015-01-06Archives: Addressed some commentsSubv1-4/+4
2015-01-05SaveDataCheck: Fixed a typoSubv1-1/+1
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv1-1/+1
2015-01-04Archives: Changed the way paths are built for the archives.Subv1-3/+13
2015-01-04SaveDataCheck: Move the files to nand/titleSubv1-1/+2
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-0/+41