summaryrefslogtreecommitdiff
path: root/src/core/loader/nro.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Implement native code execution backendGravatar Liam2023-11-251-1/+1
* android: Add proper homebrew checkGravatar Charles Lombardo2023-06-091-0/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-3/+3
* loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-271-6/+8
* vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-101-1/+1
* core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-161-1/+5
* loader: nro: Fix process initialization using ProgramMetadata default.Gravatar bunnei2020-04-201-1/+1
* nro: Implement ReadControlDataGravatar Nick Renieris2019-09-081-0/+1
* core/core: Move process execution start to System's Load()Gravatar Lioncash2019-04-111-1/+1
* loader: Remove Linker inheritance from NRO and NSO loadersGravatar Lioncash2019-03-191-2/+2
* loaders: Make GetFileType() a const qualified member functionGravatar Lioncash2018-12-051-1/+1
* loader/nro: Make the static LoadNro function internally linkedGravatar Lioncash2018-12-021-3/+0
* loader/nro: Remove dependency on the System classGravatar Lioncash2018-12-021-2/+7
* nro: Make LoadNro method accessible outside of apploader code.Gravatar bunnei2018-10-251-0/+3
* nro: Make LoadNro take a VfsFile by const referenceGravatar Lioncash2018-10-141-1/+1
* loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash2018-09-291-2/+1
* bktr: Fix missing includes and optimize styleGravatar Zach Hilman2018-09-041-1/+1
* loader: Ignore patches on NRO and DRDGravatar Zach Hilman2018-09-041-0/+1
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
* nro: Replace inclusion with a forward declarationGravatar Lioncash2018-07-231-1/+5
* nro: Make constructor explicitGravatar Lioncash2018-07-231-1/+1
* nro: Remove unused forward declarationGravatar Lioncash2018-07-231-2/+0
* NRO Assets and NACP file formatGravatar Zach Hilman2018-07-231-0/+12
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-8/+5
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-5/+8
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-8/+5
* loader: Clean up ctors and includes.Gravatar bunnei2018-01-201-3/+1
* loader: Refactor to also pass filepath into IdentifyType.Gravatar bunnei2018-01-201-3/+3
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-091-1/+1
* loader: Various improvements for NSO/NRO loaders.Gravatar bunnei2017-10-091-5/+2
* loader: Add support for NRO, as well as various fixes and shared linker.Gravatar bunnei2017-10-051-0/+45