summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: implement basic integrity verificationLiam2023-09-061-0/+2
* vfs: expand support for NCA readingLiam2023-08-151-1/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* loader: Resolve instances of variable shadowingLioncash2021-04-271-5/+7
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-1/+5
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-0/+2
* core/core: Move process execution start to System's Load()Lioncash2019-04-121-1/+1
* loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman2019-01-151-0/+3
* loaders: Make GetFileType() a const qualified member functionLioncash2018-12-051-1/+1
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-2/+1
* bktr: Implement IVFC offset shiftingZach Hilman2018-09-041-0/+1
* loader/nca: Remove unnecessary includes and member variablesLioncash2018-08-151-9/+8
* loader: Add icon and title support to XCIZach Hilman2018-08-071-2/+0
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-0/+2
* loader: Make AppLoader_NCA rely on directory loading codeZach Hilman2018-08-061-0/+2
* Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-0/+2
|\
| * Remove files that are not usedZach Hilman2018-08-011-0/+2
* | kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
|/
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-12/+7
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-6/+13
* Virtual Filesystem (#597)Zach Hilman2018-07-061-13/+6
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-0/+49