Merge pull request #1928 from lioncash/caps

kernel: Handle kernel capability descriptors
This commit is contained in:
bunnei 2018-12-27 11:15:34 -05:00 committed by GitHub
commit 795335af0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 732 additions and 125 deletions

View file

@ -115,6 +115,8 @@ add_library(core STATIC
hle/kernel/object.h
hle/kernel/process.cpp
hle/kernel/process.h
hle/kernel/process_capability.cpp
hle/kernel/process_capability.h
hle/kernel/readable_event.cpp
hle/kernel/readable_event.h
hle/kernel/resource_limit.cpp