summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
* core: Remove unused includesameerj2021-11-041-1/+0
* service: Reduce header include overheadMorph2021-10-071-2/+0
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-8/+8
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* arp: Use type alias for issue functionLioncash2021-04-191-4/+4
* arp: Prevent uninitialized read of launch member variableLioncash2021-04-191-1/+1
* arp: Use proper names, update to 12.xgerman772021-04-091-2/+9
* service: Eliminate usages of the global system instanceLioncash2020-11-271-6/+7
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-9/+21
* glue: Implement arp:w and arp:r servicesZach Hilman2019-06-251-0/+285