summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-10/+10
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+2
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+1
2022-12-29hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj1-1/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
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