summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2382 from lioncash/tablebunnei2019-04-161-0/+1
|\
| * service: Update service function tablesLioncash2019-04-111-0/+1
* | ldr: Mark IsValidNROHash() as a const member functionLioncash2019-04-101-5/+4
* | ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrrLioncash2019-04-101-60/+81
|/
* kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectivelyLioncash2019-03-211-5/+3
* kernel/process: Remove most allocation functions from Process' interfaceLioncash2018-12-281-11/+16
* Merge pull request #1864 from lioncash/nrrbunnei2018-12-081-4/+5
|\
| * service/ldr: Amend layout of the NRO headerLioncash2018-12-051-3/+3
| * service/ldr: Corrent padding within the NRR header layoutLioncash2018-12-051-1/+2
* | service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash2018-12-051-8/+2
|/
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+11
* ldr: Clean up error codesLioncash2018-11-191-29/+12
* ldr_ro: Add error check for memory allocation failureZach Hilman2018-11-181-7/+20
* ldr_ro: Implement UnloadNro (command 1)Zach Hilman2018-11-151-22/+85
* ldr_ro: Fully Implement LoadNro (command 0)Zach Hilman2018-11-151-11/+110
* ldr_ro: Implement UnloadNrr (command 3)Zach Hilman2018-11-151-2/+84
* ldr_ro: Fully implement LoadNrr (command 2)Zach Hilman2018-11-151-0/+112
* ldr: Partially implement LoadNro.bunnei2018-10-261-3/+49
* service: Add ldr servicesLioncash2018-07-262-0/+97