hle: kernel: Add initial impl. of KAutoObject.
This commit is contained in:
parent
d9205f82b3
commit
b8751630e2
3 changed files with 306 additions and 0 deletions
|
@ -161,6 +161,8 @@ add_library(core STATIC
|
|||
hle/kernel/k_address_arbiter.h
|
||||
hle/kernel/k_address_space_info.cpp
|
||||
hle/kernel/k_address_space_info.h
|
||||
hle/kernel/k_auto_object.cpp
|
||||
hle/kernel/k_auto_object.h
|
||||
hle/kernel/k_affinity_mask.h
|
||||
hle/kernel/k_condition_variable.cpp
|
||||
hle/kernel/k_condition_variable.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue