summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-1/+3
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-0/+9
* core/core: Move process execution start to System's Load()Lioncash2019-04-121-12/+14
* loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman2019-01-151-0/+19
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-1/+1
* bktr: Implement IVFC offset shiftingZach Hilman2018-09-041-0/+6
* patch_manager: Add usages of patches to ExeFSZach Hilman2018-09-041-1/+1
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+1
* loader/nca: Remove unnecessary includes and member variablesLioncash2018-08-151-11/+3
* loader: Add more descriptive errorsZach Hilman2018-08-101-5/+5
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-2/+2
* loader: Make AppLoader_NCA rely on directory loading codeZach Hilman2018-08-061-36/+8
* Remove files that are not usedZach Hilman2018-08-011-6/+13
* loader/{nca, nro}: std::move VirtualFile in the constructors where applicableLioncash2018-07-201-1/+2
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-223/+25
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-2/+1
* More improvements to GDBStub (#653)Hedges2018-07-131-0/+4
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-23/+229
* Virtual Filesystem (#597)Zach Hilman2018-07-061-229/+23
* Rename logging macro back to LOG_*James Rowe2018-07-031-7/+7
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-0/+303