summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* session: Make helper functions constexprLioncash2016-03-211-6/+6
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-0/+6
* Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner2015-06-231-0/+34
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
* Core/Memory: Give every emulated thread it's own TLS area.Subv2015-05-111-3/+7
* Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner2015-05-091-1/+1
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
* Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner2015-02-021-0/+4
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei2015-01-221-4/+4
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.bunnei2015-01-221-3/+8
* Session: Change to a WaitObject.bunnei2015-01-221-1/+7
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner2014-12-281-2/+2
* License changepurpasmart962014-12-211-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-0/+58