aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ldr/ldr.cpp
AgeCommit message (Expand)Author
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