summaryrefslogtreecommitdiff
path: root/src/core/loader/nca.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-19scope_exit: Make constexprFearlessTobi
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2023-12-01file_sys: handle null romfsLiam
2023-09-06core: implement basic integrity verificationLiam
2023-08-15vfs: expand support for NCA readingLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-27loader: Resolve instances of variable shadowingLioncash
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-15loader/nca: Remove unnecessary includes and member variablesLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-20loader/{nca, nro}: std::move VirtualFile in the constructors where applicableLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-12More improvements to GDBStub (#653)Hedges
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman