summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12core/core: Move process execution start to System's Load()Lioncash1-12/+14
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman1-0/+19
2018-09-29loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash1-1/+1
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman1-0/+6
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman1-1/+1
2018-08-21service/filesystem: Use forward declarations where applicableLioncash1-0/+1
2018-08-15loader/nca: Remove unnecessary includes and member variablesLioncash1-11/+3
2018-08-10loader: Add more descriptive errorsZach Hilman1-5/+5
2018-08-07Avoid parsing RomFS to directory in NCAZach Hilman1-2/+2
2018-08-06loader: Make AppLoader_NCA rely on directory loading codeZach Hilman1-36/+8
2018-08-01Remove files that are not usedZach Hilman1-6/+13
2018-07-20loader/{nca, nro}: std::move VirtualFile in the constructors where applicableLioncash1-1/+2
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-223/+25
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-2/+1
2018-07-13More improvements to GDBStub (#653)Hedges1-0/+4
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-23/+229
2018-07-06Virtual Filesystem (#597)Zach Hilman1-229/+23
2018-07-03Rename logging macro back to LOG_*James Rowe1-7/+7
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman1-0/+303