mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 07:37:45 +00:00
hle: kernel: Migrate more of KThread to KAutoObject.
This commit is contained in:
parent
746f99e919
commit
a4a27a1ef2
18 changed files with 451 additions and 294 deletions
|
@ -168,6 +168,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_class_token.cpp
|
||||
hle/kernel/k_class_token.h
|
||||
hle/kernel/k_condition_variable.cpp
|
||||
hle/kernel/k_condition_variable.h
|
||||
hle/kernel/k_event.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue