summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare empty ServerSession and ClientSession constructors as default.Subv2016-12-031-2/+2
* Fixed the rebase mistakes.Subv2016-12-011-3/+0
* A bit of a redesign.Subv2016-12-011-14/+2
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-4/+5
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+42