aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/session.h
Commit message (Expand)AuthorAge
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-22
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
* Core/Memory: Give every emulated thread it's own TLS area.Gravatar Subv2015-05-10
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.Gravatar bunnei2015-01-21
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...Gravatar bunnei2015-01-21
* Session: Change to a WaitObject.Gravatar bunnei2015-01-21
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-28
* License changeGravatar purpasmart962014-12-20
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15