summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc_helpers.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-07IPC: Take the number of domain objects as a parameter in MakeBuilder.Subv1-2/+4
2018-01-07IPC: Fixed pushing ResultCodes into the command buffer.Subv1-5/+7
2018-01-07IPC: Add functions to read the input move/copy objects from an IPC request.Subv1-0/+16
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-215/+25
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.Subv1-5/+14
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei1-0/+14
2017-10-18ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).bunnei1-3/+4
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-1/+1
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-71/+51
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-6/+6
2017-06-11Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner1-0/+3
2017-06-11IPC: Add Pop/PushObjects methods to RequestParser/BuilderYuri Kunde Schlesner1-10/+103
2017-06-11IPC: Add basic HLERequestContext support to RequestParser/BuilderYuri Kunde Schlesner1-1/+32
2017-05-30Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner1-0/+2
2017-03-18IPCHelper Skip method + address comments for aptLectem1-1/+7
2017-03-18fix #2560 and other commentsLectem1-2/+2
2017-03-18move push out of class body and add u8 u16 bool specializationsLectem1-46/+106
2017-03-18refactor APT service to use the new IPC helpersLectem1-0/+12
2017-02-05fix wwylele's comment and use typename in templatesLectem1-4/+4
2016-12-26move Pop methods out of class bodyLectem1-72/+88
2016-12-26IPC helpersLectem1-0/+259