summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hle_ipc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ipc: additional fixesLiam2024-02-071-2/+6
|
* service: add template serializer for method callsLiam2024-01-251-0/+16
|
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-1/+1
|
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-49/+12
|
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-10/+10
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* 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