summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/hle_ipc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-07IPC: Add functions to read the input move/copy objects from an IPC request.Subv1-2/+14
2018-01-07IPC: Don't attempt to read the command buffer if it holds a Close request.Subv1-0/+5
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-52/+55
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.Subv1-1/+2
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.Subv1-1/+1
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei1-13/+17
2017-10-19hle_ipc: Only copy necessary fields for outgoing command buffer.bunnei1-1/+1
2017-10-19hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.bunnei1-14/+11
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-4/+19
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-68/+84
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-1/+1
2017-06-21Kernel/IPC: Support translation of null handlesYuri Kunde Schlesner1-7/+12
2017-06-19Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner1-0/+5
2017-06-11Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner1-0/+4
2017-06-11Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner1-4/+90
2017-06-11Kernel: Add methods in HLERequestContext abstracting handle creationYuri Kunde Schlesner1-0/+9
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner1-0/+2
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner1-0/+2
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-0/+22