aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ldr/ldr.cpp
AgeCommit message (Expand)Author
2018-12-27kernel/process: Remove most allocation functions from Process' interfaceLioncash
2018-12-07Merge pull request #1864 from lioncash/nrrbunnei
2018-12-05service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash
2018-12-05service/ldr: Amend layout of the NRO headerLioncash
2018-12-05service/ldr: Corrent padding within the NRR header layoutLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-19ldr: Clean up error codesLioncash
2018-11-17ldr_ro: Add error check for memory allocation failureZach Hilman
2018-11-15ldr_ro: Implement UnloadNro (command 1)Zach Hilman
2018-11-15ldr_ro: Fully Implement LoadNro (command 0)Zach Hilman
2018-11-15ldr_ro: Implement UnloadNrr (command 3)Zach Hilman
2018-11-15ldr_ro: Fully implement LoadNrr (command 2)Zach Hilman
2018-10-25ldr: Partially implement LoadNro.bunnei
2018-07-25service: Add ldr servicesLioncash