summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* Kernel: Use a Session object to keep track of the status of a Client/Server s...Gravatar Subv2017-05-151-0/+27
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-301-218/+0
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-25/+36
* fix #1942 and adds a few IPC functions for descriptorsGravatar Lectem2016-08-021-15/+103
* Fix parameter name in EnableNotificationGravatar mailwl2016-05-311-0/+4
* session: Make helper functions constexprGravatar Lioncash2016-03-211-6/+6
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+6
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-221-0/+34
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
* Core/Memory: Give every emulated thread it's own TLS area.Gravatar Subv2015-05-101-3/+7
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-091-1/+1
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-1/+1
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-021-0/+4
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.Gravatar bunnei2015-01-211-4/+4
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...Gravatar bunnei2015-01-211-3/+8
* Session: Change to a WaitObject.Gravatar bunnei2015-01-211-1/+7
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-281-2/+2
* License changeGravatar purpasmart962014-12-201-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-151-0/+58