summaryrefslogtreecommitdiff
path: root/src/core/loader/nro.cpp
AgeCommit message (Expand)Author
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-01-20Merge pull request #92 from gdkchan/nro_refactorbunnei
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2018-01-18Fix NRO Entry Pointgdkchan
2018-01-17Fix NRO loadinggdkchan
2018-01-17Remove relocation on NSO/NROgdkchan
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.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