aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/session.cpp
AgeCommit message (Collapse)Author
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵bunnei
KAutoObject.
2021-02-12kernel: More accurately reserve and release resourcesameerj
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei
2020-02-11Kernel: Refactor synchronization to better match REFernando Sahmkow
2020-02-11Kernel: Change WaitObject to Synchronization object. In order to better ↵Fernando Sahmkow
reflect RE.
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri 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.)