summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-11-04core: Remove unused includesameerj1-1/+0
2021-10-07service: Reduce header include overheadMorph1-2/+0
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-8/+8
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-19arp: Use type alias for issue functionLioncash1-4/+4
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash1-1/+1
2021-04-09arp: Use proper names, update to 12.xgerman771-2/+9
2020-11-27service: Eliminate usages of the global system instanceLioncash1-6/+7
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2019-06-26glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman1-9/+21
2019-06-25glue: Implement arp:w and arp:r servicesZach Hilman1-0/+285