Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs | Subv | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | memory: Fix stack region. | bunnei | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | kernel: Move stack region outside of application heap. | bunnei | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | core: Move process creation out of global state. | bunnei | 2018-03-14 | 1 | -3/+2 |
| | |||||
* | Kernel: Store the program id in the Process class instead of the CodeSet class. | Subv | 2018-03-02 | 1 | -2/+2 |
| | | | | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them. | ||||
* | Merge pull request #92 from gdkchan/nro_refactor | bunnei | 2018-01-21 | 1 | -2/+2 |
|\ | | | | | Fix NRO entry point | ||||
| * | Fix NRO Entry Point | gdkchan | 2018-01-18 | 1 | -2/+2 |
| | | |||||
* | | loader: Clean up ctors and includes. | bunnei | 2018-01-20 | 1 | -0/+4 |
| | | |||||
* | | loader: Refactor to also pass filepath into IdentifyType. | bunnei | 2018-01-20 | 1 | -1/+1 |
|/ | |||||
* | Fix NRO loading | gdkchan | 2018-01-18 | 1 | -20/+9 |
| | |||||
* | Remove relocation on NSO/NRO | gdkchan | 2018-01-17 | 1 | -9/+0 |
| | |||||
* | yuzu: Update license text to be consistent across project. | bunnei | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | core: Refactor MakeMagic usage and remove dead code. | bunnei | 2017-10-15 | 1 | -3/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into nx | bunnei | 2017-10-10 | 1 | -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. | bunnei | 2017-10-10 | 1 | -14/+3 |
| | |||||
* | loader: Add support for NRO, as well as various fixes and shared linker. | bunnei | 2017-10-06 | 1 | -0/+173 |