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.cpp
Age
Commit message (
Collapse
)
Author
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵
bunnei
KAutoObject.
2021-02-12
kernel: More accurately reserve and release resources
ameerj
2021-01-11
core: hle: kernel: Update KSynchronizationObject.
bunnei
2020-02-11
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better ↵
Fernando Sahmkow
reflect RE.
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)