summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_handle_table.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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