summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nso.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash1-1/+1
2018-04-25loader: Move old logging macros over to new fmt-capable onesLioncash1-3/+2
2018-04-21Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv1-1/+1
2018-03-31memory: Fix stack region.bunnei1-1/+1
2018-03-16kernel: Move stack region outside of application heap.bunnei1-1/+1
2018-03-14core: Move process creation out of global state.bunnei1-3/+2
2018-03-02Kernel: Store the program id in the Process class instead of the CodeSet class.Subv1-4/+4
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire231-3/+3
2018-02-14nso: Silence formatting specifier warningsLioncash1-2/+4
2018-01-20loader: Clean up ctors and includes.bunnei1-0/+4
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei1-2/+1
2018-01-20nso: Remove code specific to directory loading.bunnei1-16/+4
2018-01-17Remove relocation on NSO/NROgdkchan1-9/+1
2018-01-16clang-formatMerryMage1-1/+2
2018-01-16nso: Modify .bss size calculation logicRozlette1-3/+7
2018-01-15nso: Load subsdk4 if available.bunnei1-1/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-07nso: Always load the filepath specified by the user.bunnei1-1/+3
2017-10-23nso: Load more common submodules.bunnei1-15/+11
2017-10-23memory: Support 32-bit paging, move heap address space up.bunnei1-1/+1
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei1-3/+4
2017-10-14nso: Add a log for loading submodules.bunnei1-0/+1
2017-10-10loader: Various improvements for NSO/NRO loaders.bunnei1-26/+24
2017-10-06loader: Add support for NRO, as well as various fixes and shared linker.bunnei1-128/+15
2017-10-04nso: Fixes to support homebrew NSOs without a MOD header.bunnei1-16/+22
2017-09-30nso: Refactor and allocate .bss section.bunnei1-112/+111
2017-09-30loader: Add support for loading an NSO.bunnei1-0/+295