hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.

This commit is contained in:
bunnei 2021-11-09 20:54:44 -08:00
parent 423acf53b7
commit 5dff28290f
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