summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/handle_table.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
| | | | | | General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code.
* handle_table: Remove ConvertSessionToDomain.bunnei2018-01-251-7/+0
|
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* kernel: Fix implementation of ConvertSessionToDomain.bunnei2017-12-291-0/+7
|
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-0/+126