summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr/ldr.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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 servicesLioncash1-0/+81