summaryrefslogtreecommitdiff
path: root/src/core/loader/nca.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-1/+0
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-2/+2
* loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-271-11/+28
* file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-161-2/+2
* core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-161-3/+3
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-211-1/+3
* loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-0/+9
* core/core: Move process execution start to System's Load()Gravatar Lioncash2019-04-111-12/+14
* loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman2019-01-151-0/+19
* loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash2018-09-291-1/+1
* bktr: Implement IVFC offset shiftingGravatar Zach Hilman2018-09-041-0/+6
* patch_manager: Add usages of patches to ExeFSGravatar Zach Hilman2018-09-041-1/+1
* service/filesystem: Use forward declarations where applicableGravatar Lioncash2018-08-201-0/+1
* loader/nca: Remove unnecessary includes and member variablesGravatar Lioncash2018-08-151-11/+3
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-5/+5
* Avoid parsing RomFS to directory in NCAGravatar Zach Hilman2018-08-061-2/+2
* loader: Make AppLoader_NCA rely on directory loading codeGravatar Zach Hilman2018-08-051-36/+8
* Remove files that are not usedGravatar Zach Hilman2018-08-011-6/+13
* loader/{nca, nro}: std::move VirtualFile in the constructors where applicableGravatar Lioncash2018-07-201-1/+2
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-223/+25
* General Filesystem and Save Data Fixes (#670)Gravatar Zach Hilman2018-07-171-2/+1
* More improvements to GDBStub (#653)Gravatar Hedges2018-07-121-0/+4
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-23/+229
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-229/+23
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-7/+7
* Add support for decrypted NCA files (#567)Gravatar Zach Hilman2018-06-211-0/+303