aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ldr/ldr.cpp
AgeCommit message (Expand)Author
2020-06-14Clang-format againVolcaEM
2020-06-14Use consistent variable namesVolcaEM
2020-06-14Clang-formatVolcaEM
2020-06-14Make assert strings consistentVolcaEM
2020-06-14Attempt to fix crashes in SSBU and refactor IsValidNROVolcaEM
2020-06-02Address review commentsVolcaEM
2020-05-31Add comment to nrr_kindVolcaEM
2020-05-31ldr: Update NRR/NRO structs VolcaEM
2020-04-20service: Update function tablesLioncash
2020-04-17core: hle: Address various feedback & code cleanup.bunnei
2020-04-17service: ldr: Updates for new VMM.bunnei
2020-03-26services: ldr: Fix MemoryState for read/write regions of NROs.bunnei
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-22Deglobalize System: LDRDavid Marcec
2019-07-11Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-04-15Merge pull request #2382 from lioncash/tablebunnei
2019-04-11service: Update service function tablesLioncash
2019-04-10ldr: Mark IsValidNROHash() as a const member functionLioncash
2019-04-10ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrrLioncash
2019-03-21kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...Lioncash
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