summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hle_ipc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: fetch objects from the client handle tableLiam2023-12-251-11/+9
* service: populate pid and handle table from clientLiam2023-12-091-6/+9
* service: ipc: Add third read buffer indexNarr the Reg2023-10-231-0/+6
* service: hle: Allow to access read buffer A and X directlygerman772023-10-171-8/+50
* Use spans over guest memory where possible instead of copying data.Kelebek12023-07-031-10/+22
* memory: rename global memory references to application memoryLiam2023-03-241-2/+1
* kernel: convert KThread to new styleLiam2023-03-131-1/+1
* service: move hle_ipc from kernelLiam2023-03-011-0/+532