summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc_helpers.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)gdkchan2018-01-181-0/+4
* IPC: Push domain objects as move handles when not in a domain.Subv2018-01-171-2/+20
* IPC: Allow passing arguments to the Interfaces when using PushIpcInterfaceSubv2018-01-111-3/+3
* IPC: Take the number of domain objects as a parameter in MakeBuilder.Subv2018-01-071-2/+4
* IPC: Fixed pushing ResultCodes into the command buffer.Subv2018-01-071-5/+7
* IPC: Add functions to read the input move/copy objects from an IPC request.Subv2018-01-071-0/+16
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv2018-01-071-215/+25
* IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.Subv2018-01-071-5/+14
* kernel: Fix implementation of ConvertSessionToDomain.bunnei2017-12-291-0/+14
* ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).bunnei2017-10-181-3/+4
* hle: Implement ConvertSessionToDomain, various cleanups.bunnei2017-10-151-1/+1
* hle: Initial implementation of NX service framework and IPC.bunnei2017-10-151-71/+51
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-6/+6
* Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner2017-06-111-0/+3
* IPC: Add Pop/PushObjects methods to RequestParser/BuilderYuri Kunde Schlesner2017-06-111-10/+103
* IPC: Add basic HLERequestContext support to RequestParser/BuilderYuri Kunde Schlesner2017-06-111-1/+32
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-0/+2
* IPCHelper Skip method + address comments for aptLectem2017-03-181-1/+7
* fix #2560 and other commentsLectem2017-03-181-2/+2
* move push out of class body and add u8 u16 bool specializationsLectem2017-03-181-46/+106
* refactor APT service to use the new IPC helpersLectem2017-03-181-0/+12
* fix wwylele's comment and use typename in templatesLectem2017-02-051-4/+4
* move Pop methods out of class bodyLectem2016-12-261-72/+88
* IPC helpersLectem2016-12-261-0/+259