summaryrefslogtreecommitdiff
path: root/src/core/loader/nso.h
AgeCommit message (Expand)Author
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-14nso: Make LoadModule take a VfsFile by const referenceLioncash
2018-10-07nso/nro: Use default allocation size for arg_dataZach Hilman
2018-10-07nso/nro: Add NSO arguments structure to data sectionZach Hilman
2018-10-02nso: Optimize loading of IPS patchesZach Hilman
2018-10-01nso: Add framework to support patching of uncompressed NSOsZach Hilman
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-08-01kernel: Move object class to its own source filesLioncash
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-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire23
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2018-01-20nso: Remove code specific to directory loading.bunnei
2018-01-17Remove relocation on NSO/NROgdkchan
2018-01-16clang-formatMerryMage
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
2017-10-03nso: Fixes to support homebrew NSOs without a MOD header.bunnei
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30loader: Add support for loading an NSO.bunnei