diff options
| author | bunnei <bunneidev@gmail.com> | 2021-11-09 20:54:44 -0800 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2021-12-06 16:39:17 -0800 |
| commit | 5dff28290fc4fc9bc3db3c32476dd93b2c4414c6 (patch) | |
| tree | 45bccef430ad51ccef88b66036f511d8f52964d0 /src/core/CMakeLists.txt | |
| parent | 423acf53b740ce96ca37988aad79ddf5013645ef (diff) | |
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index c42a29cc7..cd99b447b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -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 |
