summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_port.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* A bit of a redesign.Subv2016-12-011-11/+1
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-9/+3
* Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.Subv2016-12-011-8/+21
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-6/+17
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-8/+14
* Kernel/SVC: Implemented svcCreatePort.Subv2016-06-111-0/+2
* Kernel: Added ClientPort and ServerPort classes.Subv2016-06-051-0/+34