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