summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_handle_table.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* k_handle_table: Remove cast to void* in GetObjectForIpcLioncash2022-11-221-0/+17
| | | | | | This was used to get around the KProcess class being incomplete. We can just move this to the cpp file and eliminate the cast entirely, letting the compiler do its work.
* core: hle: kernel: k_handle_table: Refresh.bunnei2022-11-041-18/+15
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-3/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* KHandleTable: Optimize table entry layoutMorph2022-03-181-4/+4
| | | | Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
* core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei2021-12-071-0/+6
|
* Fix memory leakFeng Chen2021-10-271-0/+1
|
* style: Remove extra space preceding the :: operatorMorph2021-09-291-1/+1
|
* Revert "kernel: Various improvements to scheduler"bunnei2021-08-261-6/+0
|
* core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei2021-08-071-0/+6
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
| | | | Transition to PascalCase for result names.
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-0/+135