summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/server_session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-10/+15
* Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv2016-12-091-0/+10
* Use std::move where appropriate.Subv2016-12-081-1/+3
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-15/+15
* Fixed the rebase mistakes.Subv2016-12-011-3/+6
* A bit of a redesign.Subv2016-12-011-159/+8
* fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-1/+1
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+225