summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: fix debugger and process list lifetimeLiam2024-01-131-3/+4
* core: remove ResultVal typeLiam2023-08-081-16/+20
* kernel: convert KProcess to new styleLiam2023-03-131-2/+2
* hle: rename legacy errors to ResultsLiam2023-03-071-9/+9
* service: move hle_ipc from kernelLiam2023-03-011-10/+10
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+1
* hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj2022-12-291-1/+2
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* 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