summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/server_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-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-6/+14
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv1-1/+4
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv1-0/+43
This is part of an ongoing effort to implement support for multiple processes.