hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.

This commit is contained in:
bunnei 2021-11-09 20:54:44 -08:00
parent 5ff19c33fc
commit 346f6e54b5
3 changed files with 87 additions and 54 deletions

View file

@ -185,6 +185,7 @@ add_library(core STATIC
hle/kernel/k_event.h
hle/kernel/k_handle_table.cpp
hle/kernel/k_handle_table.h
hle/kernel/k_light_condition_variable.cpp
hle/kernel/k_light_condition_variable.h
hle/kernel/k_light_lock.cpp
hle/kernel/k_light_lock.h