summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nro.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Implement native code execution backendLiam2023-11-251-1/+1
* android: Add proper homebrew checkCharles Lombardo2023-06-101-0/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-3/+3
* loader: Resolve instances of variable shadowingLioncash2021-04-271-6/+8
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-1/+5
* loader: nro: Fix process initialization using ProgramMetadata default.bunnei2020-04-211-1/+1
* nro: Implement ReadControlDataNick Renieris2019-09-071-0/+1
* core/core: Move process execution start to System's Load()Lioncash2019-04-121-1/+1
* loader: Remove Linker inheritance from NRO and NSO loadersLioncash2019-03-201-2/+2
* loaders: Make GetFileType() a const qualified member functionLioncash2018-12-051-1/+1
* loader/nro: Make the static LoadNro function internally linkedLioncash2018-12-031-3/+0
* loader/nro: Remove dependency on the System classLioncash2018-12-031-2/+7
* nro: Make LoadNro method accessible outside of apploader code.bunnei2018-10-261-0/+3
* nro: Make LoadNro take a VfsFile by const referenceLioncash2018-10-151-1/+1
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-2/+1
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-1/+1
* loader: Ignore patches on NRO and DRDZach Hilman2018-09-041-0/+1
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* nro: Replace inclusion with a forward declarationLioncash2018-07-231-1/+5
* nro: Make constructor explicitLioncash2018-07-231-1/+1
* nro: Remove unused forward declarationLioncash2018-07-231-2/+0
* NRO Assets and NACP file formatZach Hilman2018-07-231-0/+12
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-8/+5
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-5/+8
* Virtual Filesystem (#597)Zach Hilman2018-07-061-8/+5
* loader: Clean up ctors and includes.bunnei2018-01-201-3/+1
* loader: Refactor to also pass filepath into IdentifyType.bunnei2018-01-201-3/+3
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-1/+1
* loader: Various improvements for NSO/NRO loaders.bunnei2017-10-101-5/+2
* loader: Add support for NRO, as well as various fixes and shared linker.bunnei2017-10-061-0/+45