kernel: add KCapabilities

This commit is contained in:
Liam 2023-01-28 19:38:00 -05:00
parent 159aab9a97
commit 67a8740af6
6 changed files with 738 additions and 0 deletions

View file

@ -182,6 +182,8 @@ add_library(core STATIC
hle/kernel/k_auto_object_container.cpp
hle/kernel/k_auto_object_container.h
hle/kernel/k_affinity_mask.h
hle/kernel/k_capabilities.cpp
hle/kernel/k_capabilities.h
hle/kernel/k_class_token.cpp
hle/kernel/k_class_token.h
hle/kernel/k_client_port.cpp