aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/session.h
AgeCommit message (Expand)Author
2018-08-01kernel: Move object class to its own source filesLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server s...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem
2016-05-31Fix parameter name in EnableNotificationmailwl
2016-03-21session: Make helper functions constexprLioncash
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-22Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-10Core/Memory: Give every emulated thread it's own TLS area.Subv
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-01-21Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei
2015-01-21WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...bunnei
2015-01-21Session: Change to a WaitObject.bunnei
2014-12-28Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner