summaryrefslogtreecommitdiff
path: root/src/core/hle/ipc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add IPC CommandType & Some HID FunctionInfo (#487)Gravatar greggameplayer2018-05-301-0/+3
* Added RequestWithContext & ControlWithContextGravatar David Marcec2018-05-171-0/+2
* ipc: Add support for PopIpcInterface() method.Gravatar bunnei2018-05-011-0/+1
* hle_ipc: Add helper functions for reading and writing buffers.Gravatar bunnei2018-02-131-0/+4
* Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...Gravatar gdkchan2018-01-181-0/+4
* ipc: Implement domain command CloseVirtualHandle.Gravatar bunnei2018-01-171-1/+6
* clang-formatGravatar MerryMage2018-01-161-6/+5
* IPC: Corrected some definitions for the buffer C descriptor flags.Gravatar Subv2018-01-101-2/+2
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Gravatar Subv2018-01-071-112/+17
* IPC: Use the correct size when pushing raw data to the command buffer and fix...Gravatar Subv2018-01-071-2/+8
* hle: Use Switch formatted result codes.Gravatar bunnei2017-10-311-1/+0
* hle: Implement ConvertSessionToDomain, various cleanups.Gravatar bunnei2017-10-151-0/+10
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-141-64/+125
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-4/+4
* ServiceFramework: Use separate copy of command bufferGravatar Yuri Kunde Schlesner2017-06-111-0/+3
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-0/+7
* move push out of class body and add u8 u16 bool specializationsGravatar Lectem2017-03-181-3/+4
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-2/+2
* HLE/IPC: Fix uninitialized variables in helpers (#2568)Gravatar Yuri Kunde Schlesner2017-02-131-3/+3
* fix comments alignmentGravatar Lectem2016-12-301-22/+22
* IPC helpersGravatar Lectem2016-12-261-48/+63
* Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-141-1/+1
* Kernel/IPC: Small codestyle cleanupGravatar Subv2016-12-091-2/+0
* Use std::move where appropriate.Gravatar Subv2016-12-081-0/+162