summaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue/arp.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-12kernel: fix debugger and process list lifetimeLiam
2023-08-08core: remove ResultVal typeLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-10-07service: Reduce header include overheadMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-19arp: Use type alias for issue functionLioncash
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash
2021-04-08arp: Use proper names, update to 12.xgerman77
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24glue: Implement arp:w and arp:r servicesZach Hilman