index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
session.h
Age
Commit message (
Expand
)
Author
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-05-15
Kernel: 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-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-02
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-05-31
Fix parameter name in EnableNotification
mailwl
2016-03-21
session: Make helper functions constexpr
Lioncash
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-22
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-10
Core/Memory: Give every emulated thread it's own TLS area.
Subv
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-01-21
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
Session: Change to a WaitObject.
bunnei
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner