summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
* fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-2/+4
* file_sys: handle null romfsLiam2023-12-021-4/+2
* core: implement basic integrity verificationLiam2023-09-061-0/+76
* vfs: expand support for NCA readingLiam2023-08-151-10/+18
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* loader: Resolve instances of variable shadowingLioncash2021-04-271-11/+28
* file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash2020-09-171-2/+2
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-3/+3
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-1/+3
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-0/+9
* core/core: Move process execution start to System's Load()Lioncash2019-04-121-12/+14
* loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman2019-01-151-0/+19
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-1/+1
* bktr: Implement IVFC offset shiftingZach Hilman2018-09-041-0/+6
* patch_manager: Add usages of patches to ExeFSZach Hilman2018-09-041-1/+1
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+1
* loader/nca: Remove unnecessary includes and member variablesLioncash2018-08-151-11/+3
* loader: Add more descriptive errorsZach Hilman2018-08-101-5/+5
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-2/+2
* loader: Make AppLoader_NCA rely on directory loading codeZach Hilman2018-08-061-36/+8
* Remove files that are not usedZach Hilman2018-08-011-6/+13
* loader/{nca, nro}: std::move VirtualFile in the constructors where applicableLioncash2018-07-201-1/+2
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-223/+25
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-2/+1
* More improvements to GDBStub (#653)Hedges2018-07-131-0/+4
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-23/+229
* Virtual Filesystem (#597)Zach Hilman2018-07-061-229/+23
* Rename logging macro back to LOG_*James Rowe2018-07-031-7/+7
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-0/+303