core: hle: kernel: Implement KLightLock.
This commit is contained in:
parent
97129bc742
commit
5a4fc4a529
3 changed files with 173 additions and 0 deletions
|
@ -160,6 +160,8 @@ add_library(core STATIC
|
|||
hle/kernel/k_affinity_mask.h
|
||||
hle/kernel/k_condition_variable.cpp
|
||||
hle/kernel/k_condition_variable.h
|
||||
hle/kernel/k_light_lock.cpp
|
||||
hle/kernel/k_light_lock.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