summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-1/+1
2019-04-11service: Update service function tablesLioncash1-0/+1
2019-04-10ldr: Mark IsValidNROHash() as a const member functionLioncash1-5/+4
2019-04-10ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrrLioncash1-60/+81
2019-03-21kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectivelyLioncash1-5/+3
2018-12-28kernel/process: Remove most allocation functions from Process' interfaceLioncash1-11/+16
2018-12-05service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash1-8/+2
2018-12-05service/ldr: Amend layout of the NRO headerLioncash1-3/+3
2018-12-05service/ldr: Corrent padding within the NRR header layoutLioncash1-1/+2
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-1/+11
2018-11-19ldr: Clean up error codesLioncash1-29/+12
2018-11-18ldr_ro: Add error check for memory allocation failureZach Hilman1-7/+20
2018-11-15ldr_ro: Implement UnloadNro (command 1)Zach Hilman1-22/+85
2018-11-15ldr_ro: Fully Implement LoadNro (command 0)Zach Hilman1-11/+110
2018-11-15ldr_ro: Implement UnloadNrr (command 3)Zach Hilman1-2/+84
2018-11-15ldr_ro: Fully implement LoadNrr (command 2)Zach Hilman1-0/+112
2018-10-26ldr: Partially implement LoadNro.bunnei1-3/+49
2018-07-26service: Add ldr servicesLioncash2-0/+97