aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/nro.h
AgeCommit message (Expand)Author
2023-11-25arm: Implement native code execution backendLiam
2023-06-09android: Add proper homebrew checkCharles Lombardo
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-27loader: Resolve instances of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-04-20loader: nro: Fix process initialization using ProgramMetadata default.bunnei
2019-09-08nro: Implement ReadControlDataNick Renieris
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-03-19loader: Remove Linker inheritance from NRO and NSO loadersLioncash
2018-12-05loaders: Make GetFileType() a const qualified member functionLioncash
2018-12-02loader/nro: Make the static LoadNro function internally linkedLioncash
2018-12-02loader/nro: Remove dependency on the System classLioncash
2018-10-25nro: Make LoadNro method accessible outside of apploader code.bunnei
2018-10-14nro: Make LoadNro take a VfsFile by const referenceLioncash
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04loader: Ignore patches on NRO and DRDZach Hilman
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-23nro: Replace inclusion with a forward declarationLioncash
2018-07-23nro: Make constructor explicitLioncash
2018-07-23nro: Remove unused forward declarationLioncash
2018-07-23NRO Assets and NACP file formatZach Hilman
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
2017-10-05loader: Add support for NRO, as well as various fixes and shared linker.bunnei