summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-5/+6
* Added a framework for partially handling Session disconnections.Subv2016-12-081-2/+9
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-9/+12
* Fixed the rebase mistakes.Subv2016-12-011-8/+9
* A bit of a redesign.Subv2016-12-011-4/+1
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-0/+6
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+50