summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner2017-06-111-0/+3
| | | | | | Copy the IPC command buffer to/from the request context before/after the handler is invoked. This is part of a move away from using global data for handling IPC requests.
* Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner2017-05-251-0/+7
|
* move push out of class body and add u8 u16 bool specializationsLectem2017-03-181-3/+4
|
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-2/+2
| | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
* HLE/IPC: Fix uninitialized variables in helpers (#2568)Yuri Kunde Schlesner2017-02-141-3/+3
| | | Fixes #2567
* fix comments alignmentLectem2016-12-301-22/+22
|
* IPC helpersLectem2016-12-261-48/+63
|
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-1/+1
|
* Kernel/IPC: Small codestyle cleanupSubv2016-12-091-2/+0
|
* Use std::move where appropriate.Subv2016-12-081-0/+162