summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nsp.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
* file_sys: Support load game collection (#6582)Feng Chen2021-07-201-2/+2
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* loader: Resolve instances of variable shadowingLioncash2021-04-271-8/+10
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
* core: loader: Implement support for loading indexed programs.bunnei2020-11-251-1/+2
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-5/+8
* 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
* web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-1/+0
* loader: Add accessor for Manual RomFSZach Hilman2018-12-281-0/+2
* loader: Add accessor for game control dataZach Hilman2018-12-271-1/+1
* Merge pull request #1819 from DarkLordZach/disable-addonsbunnei2018-12-111-0/+1
|\
| * loader: Add support for reading the name of game's developerZach Hilman2018-12-031-0/+1
* | loaders: Make GetFileType() a const qualified member functionLioncash2018-12-051-1/+1
|/
* patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash2018-10-091-1/+1
* loader: Add getter for packed updateZach Hilman2018-10-051-0/+1
* loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loadersZach Hilman2018-10-051-1/+2
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-1/+1
* nsp: Comply with style and performance guidelinesZach Hilman2018-09-041-1/+1
* loader: Add AppLoader for NSP filesZach Hilman2018-09-041-0/+54