summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nso.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-1/+1
|
* loader: Move old logging macros over to new fmt-capable onesLioncash2018-04-251-3/+2
|
* Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv2018-04-211-1/+1
|
* memory: Fix stack region.bunnei2018-03-311-1/+1
|
* kernel: Move stack region outside of application heap.bunnei2018-03-161-1/+1
|
* core: Move process creation out of global state.bunnei2018-03-141-3/+2
|
* Kernel: Store the program id in the Process class instead of the CodeSet class.Subv2018-03-021-4/+4
| | | | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
* loader: Check error on NPDM load, use TID for CodeSetshinyquagsire232018-02-251-3/+3
|
* nso: Silence formatting specifier warningsLioncash2018-02-141-2/+4
|
* loader: Clean up ctors and includes.bunnei2018-01-201-0/+4
|
* loader: Refactor to also pass filepath into IdentifyType.bunnei2018-01-201-2/+1
|
* nso: Remove code specific to directory loading.bunnei2018-01-201-16/+4
|
* Remove relocation on NSO/NROgdkchan2018-01-171-9/+1
|
* Merge pull request #44 from Rozelette/masterbunnei2018-01-161-3/+7
|\ | | | | nso: Modify .bss size calculation logic
| * nso: Modify .bss size calculation logicRozlette2018-01-161-3/+7
| |
* | clang-formatMerryMage2018-01-161-1/+2
|/
* nso: Load subsdk4 if available.bunnei2018-01-151-1/+1
|
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* nso: Always load the filepath specified by the user.bunnei2018-01-071-1/+3
|
* nso: Load more common submodules.bunnei2017-10-231-15/+11
|
* memory: Support 32-bit paging, move heap address space up.bunnei2017-10-231-1/+1
|
* core: Refactor MakeMagic usage and remove dead code.bunnei2017-10-151-3/+4
|
* nso: Add a log for loading submodules.bunnei2017-10-141-0/+1
|
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-6/+6
| | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h
* loader: Various improvements for NSO/NRO loaders.bunnei2017-10-101-26/+24
|
* loader: Add support for NRO, as well as various fixes and shared linker.bunnei2017-10-061-128/+15
|
* nso: Fixes to support homebrew NSOs without a MOD header.bunnei2017-10-041-16/+22
|
* nso: Refactor and allocate .bss section.bunnei2017-09-301-112/+111
|
* loader: Add support for loading an NSO.bunnei2017-09-301-0/+295