summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+0
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-2/+2
2021-04-27loader: Resolve instances of variable shadowingLioncash1-11/+28
2020-09-17file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash1-2/+2
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash1-3/+3
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman1-1/+3
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-0/+9
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