summaryrefslogtreecommitdiff
path: root/src/core/loader/nca.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19scope_exit: Make constexprGravatar FearlessTobi1-1/+3
2024-01-11fsp-srv: use program registry for SetCurrentProcessGravatar Liam1-2/+4
2023-12-01file_sys: handle null romfsGravatar Liam1-4/+2
2023-09-06core: implement basic integrity verificationGravatar Liam1-0/+76
2023-08-15vfs: expand support for NCA readingGravatar Liam1-10/+18
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-11-03core: Remove unused includesGravatar ameerj1-1/+0
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-1/+0
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei1-2/+2
2021-04-27loader: Resolve instances of variable shadowingGravatar Lioncash1-11/+28
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash1-2/+2
2020-09-16core/loader: Remove dependencies on the global system instanceGravatar Lioncash1-3/+3
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman1-1/+3
2019-05-26loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman1-0/+9
2019-04-11core/core: Move process execution start to System's Load()Gravatar Lioncash1-12/+14
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman1-0/+19
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash1-1/+1
2018-09-04bktr: Implement IVFC offset shiftingGravatar Zach Hilman1-0/+6
2018-09-04patch_manager: Add usages of patches to ExeFSGravatar Zach Hilman1-1/+1
2018-08-20service/filesystem: Use forward declarations where applicableGravatar Lioncash1-0/+1
2018-08-15loader/nca: Remove unnecessary includes and member variablesGravatar Lioncash1-11/+3
2018-08-09loader: Add more descriptive errorsGravatar Zach Hilman1-5/+5
2018-08-06Avoid parsing RomFS to directory in NCAGravatar Zach Hilman1-2/+2
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeGravatar Zach Hilman1-36/+8
2018-08-01Remove files that are not usedGravatar Zach Hilman1-6/+13
2018-07-20loader/{nca, nro}: std::move VirtualFile in the constructors where applicableGravatar Lioncash1-1/+2
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman1-223/+25
2018-07-17General Filesystem and Save Data Fixes (#670)Gravatar Zach Hilman1-2/+1
2018-07-12More improvements to GDBStub (#653)Gravatar Hedges1-0/+4
2018-07-07Revert "Virtual Filesystem (#597)"Gravatar bunnei1-23/+229
2018-07-06Virtual Filesystem (#597)Gravatar Zach Hilman1-229/+23
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-7/+7
2018-06-21Add support for decrypted NCA files (#567)Gravatar Zach Hilman1-0/+303