summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_port.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-8/+14
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv1-0/+2
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv1-0/+34
This is part of an ongoing effort to implement support for multiple processes.