summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc_helpers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner2017-06-111-0/+3
| | | | | Reduces the necessary allocation to max(in_handles, out_handles) rather than (in_handles + out_handles).
* IPC: Add Pop/PushObjects methods to RequestParser/BuilderYuri Kunde Schlesner2017-06-111-10/+103
| | | | | These use the context functions to create and look-up handles for the user.
* 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