summaryrefslogtreecommitdiff
path: root/src/core/loader/nso.cpp
AgeCommit message (Expand)Author
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
2018-04-20Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv
2018-03-31memory: Fix stack region.bunnei
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-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire23
2018-02-14nso: Silence formatting specifier warningsLioncash
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-16Merge pull request #44 from Rozelette/masterbunnei
2018-01-16clang-formatMerryMage
2018-01-16nso: Modify .bss size calculation logicRozlette
2018-01-15nso: Load subsdk4 if available.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07nso: Always load the filepath specified by the user.bunnei
2017-10-22nso: Load more common submodules.bunnei
2017-10-22memory: Support 32-bit paging, move heap address space up.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-14nso: Add a log for loading submodules.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