aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_handle_table.h
AgeCommit message (Collapse)Author
2023-12-24kernel: remove unecessary process member from handle tableLiam
2023-12-22general: properly support multiple memory instancesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-13kernel: use GetCurrentProcessLiam
2022-11-22k_handle_table: Remove cast to void* in GetObjectForIpcLioncash
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.
2022-11-05core: hle: kernel: Address review comments.Liam
2022-11-03core: hle: kernel: k_handle_table: Refresh.bunnei
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-03-18KHandleTable: Optimize table entry layoutMorph
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
2022-02-02general: Move deleted copy/move constructor/assignment operators to public ↵Lioncash
interface This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).
2021-12-06core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei
2021-11-03core: Remove unused includesameerj
2021-08-25Revert "kernel: Various improvements to scheduler"bunnei
2021-08-07core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
Transition to PascalCase for result names.
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei
2021-05-05hle: kernel: Migrate to KHandleTable.bunnei