aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/handle_table.h
AgeCommit message (Expand)Author
2018-12-21kernel/process: Introduce process capability parsing skeletonLioncash
2018-12-04kernel/svc: Implement the resource limit svcGetInfo optionLioncash
2018-11-21kernel/handle_table: Move private static functions into the cpp fileLioncash
2018-11-21kernel/handle_table: Restrict handle table size to 1024 entriesLioncash
2018-11-21kernel/handle_table: Default destructor in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-25kernel/error: Add error code for the handle table being fullLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-01-24handle_table: Remove ConvertSessionToDomain.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner