core: hle: kernel: Update KConditionVariable.
This commit is contained in:
parent
1212fa60b6
commit
b4e6d6c385
4 changed files with 413 additions and 0 deletions
|
@ -158,6 +158,8 @@ add_library(core STATIC
|
|||
hle/kernel/hle_ipc.cpp
|
||||
hle/kernel/hle_ipc.h
|
||||
hle/kernel/k_affinity_mask.h
|
||||
hle/kernel/k_condition_variable.cpp
|
||||
hle/kernel/k_condition_variable.h
|
||||
hle/kernel/k_priority_queue.h
|
||||
hle/kernel/k_scheduler.cpp
|
||||
hle/kernel/k_scheduler.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue