summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-3/+6
2016-12-08Added a framework for partially handling Session disconnections.Subv1-3/+12
2016-12-08Use std::move where appropriate.Subv1-1/+1
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv1-1/+1
2016-12-03Declare empty ServerSession and ClientSession constructors as default.Subv1-2/+2
2016-12-01Fixed the rebase mistakes.Subv1-3/+0
2016-12-01A bit of a redesign.Subv1-14/+2
2016-12-01IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv1-4/+5
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-0/+42