summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-31 10:37:41 +0100
committerbunnei <bunneidev@gmail.com>2021-02-05 23:00:36 +0100
commit6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b (patch)
tree6a79931d0ddd6655b58c14eeb4411d81e7b37df7 /src/core/CMakeLists.txt
parenthle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable. (diff)
downloadyuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.tar
yuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.tar.gz
yuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.tar.bz2
yuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.tar.lz
yuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.tar.xz
yuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.tar.zst
yuzu-6bf80dfee0a9ed995fca48c0f5c9a786d14cdd6b.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 73ee48f4f..386d7bddf 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -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_event.cpp
+ hle/kernel/k_event.h
hle/kernel/k_light_condition_variable.h
hle/kernel/k_light_lock.cpp
hle/kernel/k_light_lock.h